projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dae3e9
)
Fix parameter index in a comment
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 9 Oct 2018 16:26:58 +0000
(18:26 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 10 Oct 2018 13:17:26 +0000
(15:17 +0200)
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
298eff5
..
b5aaf98
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-1065,7
+1065,7
@@
static void wait_for_alive_connections(void)
* 1 : sfd = Open socket to remember.
* 2 : http = The destination for the connection.
* 3 : fwd = The forwarder settings used.
- *
3
: server_connection = storage.
+ *
4
: server_connection = storage.
*
* Returns : void
*