Added sql finish statement when loading config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2103 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
2ea1dac7fd
commit
2811d6fb51
|
@ -1654,6 +1654,7 @@ sub loadConfigFromDB
|
|||
}
|
||||
$option_count++;;
|
||||
}
|
||||
$sth->finish();
|
||||
$dbh->disconnect();
|
||||
return( $option_count );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue