mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Merge from HEAD - fix to findsmb by Waider
(This used to be commit 28258224ded31e9a0a4304170ce98534ddfa0dfa)
This commit is contained in:
parent
ef49ed3e06
commit
6789cc3de6
@ -26,7 +26,7 @@ for ($i = 0; $i < 2; $i++) { # test for -d and -r options
|
||||
$_ = shift;
|
||||
if (m/-d|-D/) {
|
||||
$DEBUG = 1;
|
||||
} else (m/-r/) {
|
||||
} elsif (m/-r/) {
|
||||
$R_OPTION = "-r";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user