Skip to content
Snippets Groups Projects
Commit 425bab2c authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

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

parent 0053b27c
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
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