From: Christian Grothoff Date: Sun, 10 Jan 2010 22:30:32 +0000 (+0000) Subject: fixing comment X-Git-Tag: initial-import-from-subversion-38251~22990 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=85c435c57b151d4949288572ba964f5c98f67989;p=oweals%2Fgnunet.git fixing comment --- 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) /** * Request that the service should shutdown. - * Afterwards, the connection should be disconnected. + * Afterwards, the connection will automatically be + * disconnected. Hence the "sock" shoud not + * be used by the caller after this call + * (calling this function frees "sock" after a while). * * @param sock the socket connected to the service */