projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2fd3e
)
fixing comment
author
Christian Grothoff
<christian@grothoff.org>
Sun, 10 Jan 2010 22:30:32 +0000
(22:30 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 10 Jan 2010 22:30:32 +0000
(22:30 +0000)
src/util/client.c
patch
|
blob
|
history
diff --git
a/src/util/client.c
b/src/util/client.c
index 92c79f824e26b5e4d3adae5807c97fbdfd6eec4b..bd360dd6f6184afb8ca3926ba8b7b59b77677be0 100644
(file)
--- 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
*/