mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix to findsmb by Waider
This commit is contained in:
parent
dceb7820d7
commit
c32c1bccc2
@ -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