[freeside-commits] branch master updated. 277368d4a71544a8cc68e7e534675b594b872fad
Ivan
ivan at 420.am
Thu Mar 10 10:02:06 PST 2016
The branch, master has been updated
via 277368d4a71544a8cc68e7e534675b594b872fad (commit)
from 6fda8fa683ab221ab719adaacf994056633ca342 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 277368d4a71544a8cc68e7e534675b594b872fad
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 10 10:02:05 2016 -0800
xmlrpc daemon reliability, RT#40853
diff --git a/FS/bin/freeside-xmlrpcd b/FS/bin/freeside-xmlrpcd
index 724c5ad..e4e0334 100644
--- a/FS/bin/freeside-xmlrpcd
+++ b/FS/bin/freeside-xmlrpcd
@@ -40,6 +40,8 @@ daemon_run( 'port' => 8008, 'handle_request' =>
$soap->request($request);
$soap->handle;
+ $FS::UID::dbh->commit() if $FS::UID::dbh; #XXX handle commit error
+
return $soap->response;
}
);
-----------------------------------------------------------------------
Summary of changes:
FS/bin/freeside-xmlrpcd | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list