aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
Diffstat (limited to 'transact.c')
-rw-r--r--transact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transact.c b/transact.c
index 73629a63..638ccd6e 100644
--- a/transact.c
+++ b/transact.c
@@ -549,7 +549,7 @@ int readheaders(int sock,
{
if (ctl->lastid)
free(ctl->lastid);
- ctl->lastid = strdup(line);
+ ctl->lastid = xstrdup(line);
}
}