From a75db5080430836845f2b14c99d19b03f2ac501d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 25 Apr 2012 18:25:30 +0000 Subject: [PATCH] Fix typo in previous fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12343 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 1c23a54d5..f2d23f30b 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -204,7 +204,7 @@ sub init_dbworker { eval { #avoid hang by allowin client to die too print $currcon "*XCATBUGDETECTED*:$err:*XCATBUGDETECTED*\n"; print $currcon "*XCATBUGDETECTED*76e9b54341\n"; - $clientset->remove($currconn); + $clientset->remove($currcon); close($currcon); }; }