Skip to content

Commit

Permalink
fix stupid error: forgot module name in call
Browse files Browse the repository at this point in the history
  • Loading branch information
samveen committed Aug 13, 2019
1 parent a26c974 commit 509195f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-server/lib/perl/xCAT/xcatd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sub validate {
}

# Get groups for peername
my $usergroups=groups($peername);
my $usergroups = xCAT::Utils->groups($peername);

RULE: foreach $rule (@sortedpolicies) {
if ($rule->{name} and $rule->{name} ne '*') {
Expand Down

0 comments on commit 509195f

Please sign in to comment.