Merge branch 'storageareas' of github.com:/ConnorTechnology/ZoneMinder into storageareas

pull/2562/head
Isaac Connor 2019-02-13 11:32:40 -05:00
commit 78b97303a3
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ int main(int argc, char *argv[]) {
} }
if ( result < 0 ) { if ( result < 0 ) {
// Failure, try reconnecting // Failure, try reconnecting
sleep(1);
break; break;
} }
} // end while ! zm_terminate } // end while ! zm_terminate