]> git.sur5r.net Git - openldap/commitdiff
typo in previous commit...
authorPierangelo Masarati <ando@openldap.org>
Sun, 17 Sep 2006 22:24:41 +0000 (22:24 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 17 Sep 2006 22:24:41 +0000 (22:24 +0000)
servers/slapd/daemon.c

index fd42334d941c5c7123e63a30d760e1f4126dd8b5..f1c535014a0d9880b400953a8fbd7c4fd283ba42 100644 (file)
@@ -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)