1
0
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:
Andrew Bartlett 2003-01-29 13:14:18 +00:00
parent ef49ed3e06
commit 6789cc3de6

View File

@ -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";
}
}