1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

sync getopt() args with 2.2

This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent c98158f3f8
commit 2fcdc520ce

View File

@ -214,7 +214,7 @@ static int process_root(int argc, char *argv[])
user_name[0] = '\0';
while ((ch = getopt(argc, argv, "axdehmnijr:swR:D:U:L")) != EOF) {
while ((ch = getopt(argc, argv, "axdehmnijr:sw:R:D:U:L")) != EOF) {
switch(ch) {
case 'L':
local_mode = True;