merge from storageareas, fully specify Module for zmDbDisconnect as we havn't 'used' it

This commit is contained in:
Isaac Connor 2018-11-02 11:48:35 -04:00
parent fb25c0c4eb
commit 4b24bf4e36
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ sub Fatal( @ ) {
$SIG{TERM}();
}
# I think if we don't disconnect we will leave sockets around in TIME_WAIT
zmDbDisconnect();
ZoneMinder::Database::zmDbDisconnect();
exit(-1);
}