summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-08-31 02:15:29 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-08-31 02:15:29 +0300
commit4c196aa27354ec2efebef045a8dd069ebf077a63 (patch)
tree29fa49e9165431a5199c16d72ec654044120a018 /src/main.c
parenta91bfe3739c749e96b21d6d86b4099a3bfa088ac (diff)
reorganize web_client options into a compact flags variable and enable crock only on TCP sockets
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2072667c6a..4300e788db 100644
--- a/src/main.c
+++ b/src/main.c
@@ -172,7 +172,7 @@ void kill_childs()
// it is detached
// pthread_join(w->thread, NULL);
- w->obsolete = 1;
+ WEB_CLIENT_IS_OBSOLETE(w);
}
int i;