[freeside-commits] branch FREESIDE_4_BRANCH updated. 53e428cf09f1e6f2698c5d01d36e14bdda1647e1
Ivan
ivan at 420.am
Thu Mar 10 10:02:22 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 53e428cf09f1e6f2698c5d01d36e14bdda1647e1 (commit)
from b10ee61132ed268f2c5abca1c569c82121a23994 (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 53e428cf09f1e6f2698c5d01d36e14bdda1647e1
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 10 10:02:21 2016 -0800
xmlrpc daemon reliability, RT#40853
diff --git a/FS/bin/freeside-selfservice-xmlrpcd b/FS/bin/freeside-selfservice-xmlrpcd
index e9df407..7e373a0 100755
--- a/FS/bin/freeside-selfservice-xmlrpcd
+++ b/FS/bin/freeside-selfservice-xmlrpcd
@@ -44,6 +44,8 @@ daemon_run( 'port' => 8080, '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-selfservice-xmlrpcd | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list