diff options
Diffstat (limited to 'src/tools/echo')
-rw-r--r-- | src/tools/echo/echo_server.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/echo/echo_server.c b/src/tools/echo/echo_server.c index e6ab9cfd..acf691b3 100644 --- a/src/tools/echo/echo_server.c +++ b/src/tools/echo/echo_server.c @@ -29,6 +29,8 @@ void shutdown_server(int signo) { + (void) signo; + ap_fini(); exit(EXIT_SUCCESS); } |