]> git.sur5r.net Git - openldap/commitdiff
Fix typos.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 30 Apr 1999 21:32:12 +0000 (21:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 30 Apr 1999 21:32:12 +0000 (21:32 +0000)
configure.in
servers/slapd/main.c

index 3e59d8ad011c78db8e6eb0458b6f1796ed639ded..8fa745d166a97711181dbd6b6fc84ced2832355e 100644 (file)
@@ -1126,7 +1126,7 @@ dnl               #ifdef LDAP_R_COMPILE
 dnl            #       include LDAP_R_COMPILE
 dnl            #endif
 dnl
-dnl LDAP_R_COMIPLE is defined by libldap_r/Makefile.in
+dnl LDAP_R_COMPILE is defined by libldap_r/Makefile.in
 dnl specifically for compiling the threadsafe version of
 dnl    the ldap library (-lldap_r).
 dnl            
index 41b794936a3680329c7e319cf2b1d8b067ad7c0f..b829a833b5c74f4b3a19511405e37e1dd5c29efe 100644 (file)
@@ -210,7 +210,7 @@ main( int argc, char **argv )
                        break;
 #endif
 
-#if defined(HAVE_SETUID) && defined(HAVE_GETUID)
+#if defined(HAVE_SETUID) && defined(HAVE_SETGID)
                case 'u':       /* user name */
                        if( username ) free(username);
                        username = ch_strdup( optarg );