From a663aefebd3ea8397cfa4ac409b9fb8e089fe35f Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 14 Feb 2018 08:44:58 +0800 Subject: [PATCH] test-server-v2.0: remove comment about now filescope init memset --- test-apps/test-server-v2.0.c | 5 ----- 1 file changed, 5 deletions(-) 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) {