Use correct GID function

This commit is contained in:
Jamie Cameron
2015-01-07 13:57:28 -08:00
parent c8b4672cc8
commit 9d84a6fdca

View File

@@ -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...