Skip to content
Snippets Groups Projects
Commit cbc23872 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

typo in previous commit...

parent 036289f9
Branches
Tags
No related merge requests found
......@@ -548,7 +548,7 @@ static struct slap_daemon {
# define SLAP_EVENT_CLR_READ(fd) FD_CLR((fd), &readfds)
# define SLAP_EVENT_CLR_WRITE(fd) FD_CLR((fd), &writefds)
# define SLAP_EVENT_WAIT(tvp, snp) do { \
# define SLAP_EVENT_WAIT(tvp, nsp) do { \
*(nsp) = select( SLAP_EVENT_MAX, &readfds, \
nwriters > 0 ? &writefds : NULL, NULL, (tvp) ); \
} while (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment