mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	-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:
		| @@ -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)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user