]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/args.c
Delete olcInclude support
[openldap] / servers / slurpd / args.c
index 9d9a6baa2e3ac7edc4f5ab6fa380319a13dd76b5..c5685817efc9587dac665a5ad150da4c991c5d40 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -52,11 +52,7 @@ usage( char *name )
 {
     fprintf( stderr, "usage: %s\t[-d debug-level] [-s syslog-level]\n", name );
     fprintf( stderr, "\t\t[-f slapd-config-file] [-r replication-log-file]\n" );
-#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
-    fprintf( stderr, "\t\t[-t tmp-dir] [-o] [-k srvtab-file]\n" );
-#else /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */
     fprintf( stderr, "\t\t[-t tmp-dir] [-o]\n" );
-#endif /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */
     fprintf( stderr, "\t\t[-n service-name]\n" );
 }
 
@@ -109,7 +105,7 @@ doargs(
                return( -1 );
            }
 #ifdef LDAP_DEBUG
-           if ( lutil_atoi( &level, optarg ) != 0 ) {
+           if ( lutil_atoix( &level, optarg, 0 ) != 0 ) {
                fprintf( stderr, "unable to parse debug flag \"%s\".\n", optarg );
                usage( g->myname );
                return( -1 );