diff options
author | Joseph Henry <josephjah@gmail.com> | 2015-12-04 15:39:35 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2015-12-04 15:39:35 -0800 |
commit | 7ea53dd21b320cc94077444ec18f8482f5b5cd19 (patch) | |
tree | 88cee064615721f1e2e5a3aa83a4dca80d21fecc /netcon/Intercept.c | |
parent | ac8918992b647c80c6da4b7c0956fd383b15e9d7 (diff) | |
download | infinitytier-7ea53dd21b320cc94077444ec18f8482f5b5cd19.tar.gz infinitytier-7ea53dd21b320cc94077444ec18f8482f5b5cd19.zip |
(WIP) Additional test script changes
Diffstat (limited to 'netcon/Intercept.c')
-rw-r--r-- | netcon/Intercept.c | 2 |
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; |