Code

Updated error handler
[gosa.git] / gosa-si / tests / sqlite-check-concurrency.pl
index 9f03c66c7d5a9d30da6600a35bc1d9e12be2693a..ece1a356e2c7bc1836b8284cb895c1eded692659 100755 (executable)
@@ -10,6 +10,9 @@ use Time::HiRes qw(usleep);
 use Fcntl ':flock';
 use threads;
 
+
+sub daemon_log {}
+
 my %threads;
 # Count of threads, if > 1 it corrupts the db
 my $count= 10;