remove redundant memset 0 of connection entry after calloc.

This commit is contained in:
Kurt Zeilenga 1999-05-27 02:44:13 +00:00
parent 1ee8cc51a8
commit f9219d3368

View file

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