mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Shut up gcc -Wformat
This commit is contained in:
parent
11e8c186bf
commit
9a9d216526
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user