mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
remove '@' if smb.conf was manually edited
This commit is contained in:
@@ -65,6 +65,8 @@ sub split_input
|
||||
{
|
||||
local @rv;
|
||||
local $str = $_[0];
|
||||
# remove '@' if smb.conf was manually edited
|
||||
$str =~ s/(@)+//g;
|
||||
while($str =~ /^\s*(\S*"[^"]+"\S*)(.*)$/ || $str =~ /^\s*(\S+)(.*)$/) {
|
||||
push(@rv, $_[1].$1);
|
||||
$str = $2;
|
||||
|
||||
Reference in New Issue
Block a user