From 5deff624d6976697ecb9f155358a9f016d7fb9f3 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 19 May 2010 12:30:46 +0000 Subject: [PATCH] -Fix AAsn.pm error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6164 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/AAsn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/AAsn.pm b/xCAT-server/lib/xcat/plugins/AAsn.pm index 9b4c4f2b2..ee0f232e1 100644 --- a/xCAT-server/lib/xcat/plugins/AAsn.pm +++ b/xCAT-server/lib/xcat/plugins/AAsn.pm @@ -1264,12 +1264,12 @@ sub setup_ip_forwarding `echo "net.ipv4.ip_forward = 1" >> $conf_file`; } $rc = `sysctl -p $conf_file`; + return $rc; } else { #AIX: TODO } - return $rc; }