-Check in a fix for the typo. This plugin doesn't actually work yet, fyi, but this will avoid the message on startup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5334 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8d2ba4ed78
commit
1fdd0a28c6
@ -36,7 +36,7 @@ sub process_request {
|
||||
die "Not possible";
|
||||
}
|
||||
my $username = shift @ARGV;
|
||||
my %args ( username => $username );
|
||||
my %args = ( username => $username );
|
||||
if ($fullname) { $args{fullname} = $fullname };
|
||||
sendmsg("Full name: ".$fullname);
|
||||
sendmsg(join(" ",@ARGV));
|
||||
|
Loading…
Reference in New Issue
Block a user