-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:
jbjohnso 2010-03-02 14:58:33 +00:00
parent 8d2ba4ed78
commit 1fdd0a28c6

View File

@ -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));