mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-19 14:27:05 -04:00
Removed secondary DB user.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1171 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -110,7 +110,7 @@ int main( int argc, char *argv[] )
|
||||
else
|
||||
{
|
||||
// Only do registered devices
|
||||
zmDbConnect( ZM_DB_USERA, ZM_DB_PASSA );
|
||||
zmDbConnect();
|
||||
|
||||
static char sql[BUFSIZ];
|
||||
//snprintf( sql, sizeof(sql), "select distinct Device from Monitors where Function != 'None' and Type = 'Local'" );
|
||||
|
||||
Reference in New Issue
Block a user