summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-01-07 14:17:49 +0000
committerGerald Carter <jerry@samba.org>2002-01-07 14:17:49 +0000
commit2fcdc520cee051631bbc2a0c06466d231390f8d5 (patch)
tree05baf65141735bacc3f63fd32627839387f9ed9c /source
parentc98158f3f818118fb13cc7ae6f45634204343b46 (diff)
downloadsamba-2fcdc520cee051631bbc2a0c06466d231390f8d5.tar.gz
samba-2fcdc520cee051631bbc2a0c06466d231390f8d5.tar.xz
samba-2fcdc520cee051631bbc2a0c06466d231390f8d5.zip
sync getopt() args with 2.2
Diffstat (limited to 'source')
-rw-r--r--source/utils/smbpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/smbpasswd.c b/source/utils/smbpasswd.c
index 3ee94661ab9..ca1fe377d0d 100644
--- a/source/utils/smbpasswd.c
+++ b/source/utils/smbpasswd.c
@@ -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;