From 056ee611fda3f8af8386f9d4ae2acbf9e11334f7 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 4 Apr 2013 20:16:12 +0000 Subject: [PATCH] Correct syntax error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15833 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index fe8e2972b..81eb522d1 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -2887,7 +2887,7 @@ sub forward_data { } $callback->($_); } - } else { + } } yield(); #Try to avoid useless iterations as much as possible return $rc;