summaryrefslogtreecommitdiff
path: root/rpcapd
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-09 14:18:44 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-09 14:18:44 -0800
commit0bbe3cec72aaaac416055bef2ea83ec3db627878 (patch)
tree13a5b1d05f1fd6903a923cff30fb6e1a0d546bf6 /rpcapd
parent789e1f4ee1e1c1bd845fd2f61e35c7b42f720183 (diff)
downloadlibpcap-0bbe3cec72aaaac416055bef2ea83ec3db627878.tar.gz
Clarify comment.
Diffstat (limited to 'rpcapd')
-rw-r--r--rpcapd/daemon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpcapd/daemon.h b/rpcapd/daemon.h
index 9e0b9c1a..bc72c1ca 100644
--- a/rpcapd/daemon.h
+++ b/rpcapd/daemon.h
@@ -41,7 +41,8 @@
//
// Returns 1 if the client closed the control connection explicitly, 0
-// otherwise; used in active mode only.
+// otherwise; the return value is used only by callers that call us
+// for active mode.
//
int daemon_serviceloop(SOCKET sockctrl_in, SOCKET sockctrl_out,
int isactive, char *passiveClients, int nullAuthAllowed, int uses_ssl);