From 9c97a9199e6e46c6c59c62ac4de2c63698eaf9c4 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 27 Feb 2008 14:59:40 +0000 Subject: [PATCH] Fix syntax error in pxe plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@592 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm index f6e3bda60..4c46e81bc 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm @@ -211,7 +211,7 @@ sub process_request { chmod(0644,"$tftpdir/pxelinux.0"); } unless ( -r "$tftpdir/pxelinux.0" ) { - $callback->({errror=>["Unable to find pxelinux.0 from syslinux"],errorcode=>[1])}; + $callback->({errror=>["Unable to find pxelinux.0 from syslinux"],errorcode=>[1]}); return; }