1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

test-server-v2.0: remove comment about now filescope init memset

This commit is contained in:
Andy Green 2018-02-14 08:44:58 +08:00
parent 99154ae223
commit a663aefebd

View file

@ -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) {