1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Sync with HEAD

This commit is contained in:
Jelmer Vernooij
-
parent eac350e09f
commit 1a25dc776d
11 changed files with 517 additions and 125 deletions

View File

@ -208,6 +208,7 @@ int main(int argc, const char *argv[])
pc = poptGetContext(NULL, argc, argv, long_options,
POPT_CONTEXT_KEEP_FIRST);
poptSetOtherOptionHelp(pc, "[OPTION...] <config-file> [host-name] [host-ip]");
while((opt = poptGetNextOpt(pc)) != -1);