[freeside-commits] branch FREESIDE_3_BRANCH updated. 9f34c9798e1259eb1acb50cd0dbc3d0a8252ad8e
Ivan
ivan at 420.am
Thu Mar 10 10:02:08 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 9f34c9798e1259eb1acb50cd0dbc3d0a8252ad8e (commit)
from 8234a0722d11bb425c5a0ea1a34b67e0a0c97fd4 (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 9f34c9798e1259eb1acb50cd0dbc3d0a8252ad8e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 10 10:02:08 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