merge from storageareas, fully specify Module for zmDbDisconnect as we havn't 'used' it
This commit is contained in:
parent
fb25c0c4eb
commit
4b24bf4e36
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue