mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Fix typos.
This commit is contained in:
parent
43a27fcc23
commit
a42cf36dd2
2 changed files with 2 additions and 2 deletions
|
|
@ -1126,7 +1126,7 @@ dnl #ifdef LDAP_R_COMPILE
|
||||||
dnl # include LDAP_R_COMPILE
|
dnl # include LDAP_R_COMPILE
|
||||||
dnl #endif
|
dnl #endif
|
||||||
dnl
|
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 specifically for compiling the threadsafe version of
|
||||||
dnl the ldap library (-lldap_r).
|
dnl the ldap library (-lldap_r).
|
||||||
dnl
|
dnl
|
||||||
|
|
|
||||||
|
|
@ -210,7 +210,7 @@ main( int argc, char **argv )
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_SETUID) && defined(HAVE_GETUID)
|
#if defined(HAVE_SETUID) && defined(HAVE_SETGID)
|
||||||
case 'u': /* user name */
|
case 'u': /* user name */
|
||||||
if( username ) free(username);
|
if( username ) free(username);
|
||||||
username = ch_strdup( optarg );
|
username = ch_strdup( optarg );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue