summaryrefslogtreecommitdiff
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c
index e74b73b..5420e44 100644
--- a/src/client.c
+++ b/src/client.c
@@ -112,6 +112,7 @@ assuan_client_read_response (assuan_context_t ctx,
}
*d = 0; /* add a hidden string terminator */
+ linelen = d - line;
ctx->inbound.linelen = linelen;
}