mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-24 04:00:26 +00:00
Actually fix typo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12342 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user