summaryrefslogtreecommitdiff
path: root/netcon/Intercept.c
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-12-04 15:41:56 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-12-04 15:41:56 -0800
commit0df33485ca573a33477eb8b076c8ca8c41e6a557 (patch)
treef04939809906abb25f5393033127308e39cd5b64 /netcon/Intercept.c
parent3869d6257b225f32cf3ae1caeb523a0d69824eef (diff)
parent7ea53dd21b320cc94077444ec18f8482f5b5cd19 (diff)
downloadinfinitytier-0df33485ca573a33477eb8b076c8ca8c41e6a557.tar.gz
infinitytier-0df33485ca573a33477eb8b076c8ca8c41e6a557.zip
Merge remote-tracking branch 'origin/netcon' into edge
Diffstat (limited to 'netcon/Intercept.c')
-rw-r--r--netcon/Intercept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/Intercept.c b/netcon/Intercept.c
index 5d0a5d78..7f5f4d6e 100644
--- a/netcon/Intercept.c
+++ b/netcon/Intercept.c
@@ -980,7 +980,7 @@ int poll(POLL_SIG)
/* int fd */
int close(CLOSE_SIG)
{
- //checkpid(); // Required for httpd-2.4.17-3.x86_64 -- After clone, some symbols aren't initialized yet */
+ checkpid(); // Required for httpd-2.4.17-3.x86_64 -- After clone, some symbols aren't initialized yet */
if(realclose == NULL){
dwr(MSG_ERROR, "close(): SYMBOL NOT FOUND.\n");
return -1;