aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/client.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 92c79f824..bd360dd6f 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -562,7 +562,10 @@ write_shutdown (void *cls, size_t size, void *buf)
562 562
563/** 563/**
564 * Request that the service should shutdown. 564 * Request that the service should shutdown.
565 * Afterwards, the connection should be disconnected. 565 * Afterwards, the connection will automatically be
566 * disconnected. Hence the "sock" shoud not
567 * be used by the caller after this call
568 * (calling this function frees "sock" after a while).
566 * 569 *
567 * @param sock the socket connected to the service 570 * @param sock the socket connected to the service
568 */ 571 */