diff options
author | ivan <ivan> | 2011-03-15 20:56:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-15 20:56:12 +0000 |
commit | 90c85ed3e1baaf7eed459cc9d5bd587d5b90b3bc (patch) | |
tree | ca82e5ccfb0d379d38e645a78594f60f330d741f | |
parent | 5beb389151daab04602c7a3ed81f159078e15435 (diff) |
add a commit each time through the main loop, hopefully fixes not finding anything, RT#10574
-rw-r--r-- | FS/bin/freeside-torrus-srvderive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/bin/freeside-torrus-srvderive b/FS/bin/freeside-torrus-srvderive index 028e5bd63..b4113b714 100644 --- a/FS/bin/freeside-torrus-srvderive +++ b/FS/bin/freeside-torrus-srvderive @@ -147,6 +147,7 @@ while (1) { warn "done with $serviceid\n" if $DEBUG; } + dbh->commit or die dbh->errstr; myexit() if sigterm() || sigint(); warn "restarting main loop\n" if $DEBUG > 1; |