Skip to content
Snippets Groups Projects
Commit a42cf36d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typos.

parent 43a27fcc
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment