diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 15:30:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 15:30:11 -0700 |
commit | e4ef4ef3867565322877915d202d6a905f0f9867 (patch) | |
tree | 7a9238001ddeec421c97c7e0ca35fd324b6f1162 /tests/sockets | |
parent | c1e32c13f025f04a332eb46b2bd7930bba31933c (diff) |
remove another SIGTERM
Diffstat (limited to 'tests/sockets')
-rw-r--r-- | tests/sockets/test_sockets_partial_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sockets/test_sockets_partial_server.c b/tests/sockets/test_sockets_partial_server.c index dfe0e249..21096552 100644 --- a/tests/sockets/test_sockets_partial_server.c +++ b/tests/sockets/test_sockets_partial_server.c @@ -87,7 +87,7 @@ int main() { int res; atexit(cleanup); - signal(SIGTERM, cleanup); + //signal(SIGTERM, cleanup); // create the socket serverfd = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP); |