mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Use correct GID function
This commit is contained in:
@@ -1262,7 +1262,7 @@ if ($type =~ /^ext\d+$/) {
|
||||
|
||||
print &ui_table_row($text{'linux_resgid'},
|
||||
&ui_group_textbox("ext2_resgid", defined($options{"resgid"}) ?
|
||||
getpwgid($options{"resgid"}) : ""));
|
||||
getgrgid($options{"resgid"}) : ""));
|
||||
}
|
||||
elsif ($type eq "nfs" || $type eq "nfs4") {
|
||||
# Linux nfs has some more options...
|
||||
|
||||
Reference in New Issue
Block a user