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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user