[freeside-commits] branch FREESIDE_3_BRANCH updated. 22d886b57ced4411c33d38ca152495855334f0ef
Ivan
ivan at 420.am
Thu Mar 10 10:17:48 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 22d886b57ced4411c33d38ca152495855334f0ef (commit)
from 9f34c9798e1259eb1acb50cd0dbc3d0a8252ad8e (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 22d886b57ced4411c33d38ca152495855334f0ef
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 10 10:03:13 2016 -0800
xmlrpc daemon reliability, RT#40853
diff --git a/FS/bin/freeside-selfservice-xmlrpcd b/FS/bin/freeside-selfservice-xmlrpcd
index 423d2c3..88cfb7c 100755
--- a/FS/bin/freeside-selfservice-xmlrpcd
+++ b/FS/bin/freeside-selfservice-xmlrpcd
@@ -313,6 +313,9 @@ sub client_got_request {
$soap->request($request);
$soap->handle;
+
+ $FS::UID::dbh->commit() if $FS::UID::dbh; #XXX handle commit error
+
my $response = $soap->response;
$heap->{client}->put($response);
-----------------------------------------------------------------------
Summary of changes:
FS/bin/freeside-selfservice-xmlrpcd | 3 +++
1 file changed, 3 insertions(+)
More information about the freeside-commits
mailing list