Skip to content
Snippets Groups Projects
Commit f9219d33 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

remove redundant memset 0 of connection entry after calloc.

parent 1ee8cc51
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,6 @@ int connections_init(void)
return -1;
}
for ( i = 0; i < dtblsize; i++ )
memset( &connections[i], 0, sizeof(Connection) );
/*
* per entry initialization of the Connection array initialization
* will be done by connection_init()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment