Shut up gcc -Wformat

This commit is contained in:
Hallvard Furuseth 2007-05-31 17:07:57 +00:00
parent 11e8c186bf
commit 9a9d216526

View File

@ -277,7 +277,8 @@ main( int argc, char **argv )
char passwd[64], dn[256], rdn[64], attr[64], value[256]; char passwd[64], dn[256], rdn[64], attr[64], value[256];
char filter[256], *host, **types; char filter[256], *host, **types;
char **exdn; char **exdn;
char *usage = "usage: %s [-u] [-h host] [-d level] [-s dnsuffix] [-p port] [-t file] [-T file]\n"; static const char usage[] =
"usage: %s [-u] [-h host] [-d level] [-s dnsuffix] [-p port] [-t file] [-T file]\n";
int bound, all, scope, attrsonly; int bound, all, scope, attrsonly;
LDAPMessage *res; LDAPMessage *res;
LDAPMod **mods, **attrs; LDAPMod **mods, **attrs;