mirror of
https://github.com/webmin/webmin.git
synced 2026-08-06 16:00:40 +01:00
Handle empty group membership
This commit is contained in:
@@ -552,7 +552,7 @@ elsif ($gft == 7) {
|
||||
push(@rv, $group);
|
||||
}
|
||||
local ($n, $v) = ($1, $2);
|
||||
if ($v eq '') {
|
||||
if ($n ne 'GroupMembership' && $v eq '') {
|
||||
# Multi-line value
|
||||
$v = <PASSWD>;
|
||||
$v =~ s/^ //;
|
||||
|
||||
Reference in New Issue
Block a user