diff --git a/test-apps/test-server-v2.0.c b/test-apps/test-server-v2.0.c index 96623ed5..af629f5c 100644 --- a/test-apps/test-server-v2.0.c +++ b/test-apps/test-server-v2.0.c @@ -333,11 +333,6 @@ int main(int argc, char **argv) int daemonize = 0; #endif - /* - * take care to zero down the info struct, he contains random garbaage - * from the stack otherwise - */ - memset(&info, 0, sizeof info); info.port = 7681; while (n >= 0) {