diff options
Diffstat (limited to 'src/assuan-handler.c')
-rw-r--r-- | src/assuan-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-handler.c b/src/assuan-handler.c index d2e90a2..0624305 100644 --- a/src/assuan-handler.c +++ b/src/assuan-handler.c @@ -479,7 +479,7 @@ process_request (ASSUAN_CONTEXT ctx) rc = assuan_write_line (ctx, ctx->okay_line? ctx->okay_line : "OK"); } else if (err_is_eof (rc)) - { /* No error checking because the peer may have already disconnect */ + { /* No error checking because the peer may have already disconnect. */ assuan_write_line (ctx, "OK closing connection"); ctx->finish_handler (ctx); } |