From 5e9caf5a662bc563310e6a5082fb9ad98f4e3350 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 25 Apr 2012 18:24:40 +0000 Subject: [PATCH] Actually fix typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12342 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 5fad3bb92..9138d0367 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -204,8 +204,8 @@ 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); - close($currconn); + $clientset->remove($currcon); + close($currcon); }; } }