[freeside-commits] branch master updated. 03365ccd166d913a74701828fd81693319482476
Ivan
ivan at 420.am
Thu Mar 10 10:02:21 PST 2016
The branch, master has been updated
via 03365ccd166d913a74701828fd81693319482476 (commit)
from 277368d4a71544a8cc68e7e534675b594b872fad (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 03365ccd166d913a74701828fd81693319482476
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 10 10:02:20 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