Add comment thatPass socklen_t* instead of int* to getsockopt, accept, getpeername, recvfrom

This commit is contained in:
Hallvard Furuseth 1999-07-16 18:57:11 +00:00
parent 0053b27ce0
commit 425bab2c47

View File

@ -484,7 +484,7 @@ slapd_daemon_task(
for ( l = 0; l < N_LISTENERS; l++ ) {
ber_int_t s;
int len = sizeof(from);
socklen_t len = sizeof(from);
long id;
if ( listeners[l].tcps < 0 )