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:
parent
99154ae223
commit
a663aefebd
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue