mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Fix typos.
This commit is contained in:
parent
43a27fcc23
commit
a42cf36dd2
@ -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
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user