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
This commit is contained in:
jbjohnso 2012-04-25 18:25:30 +00:00
parent 6e649a1bee
commit a75db50804

View File

@ -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);
};
}