diff options
Diffstat (limited to 'transact.c')
-rw-r--r-- | transact.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -549,7 +549,7 @@ int readheaders(int sock, { if (ctl->lastid) free(ctl->lastid); - ctl->lastid = strdup(line); + ctl->lastid = xstrdup(line); } } |