[freeside-commits] branch FREESIDE_4_BRANCH updated. b10ee61132ed268f2c5abca1c569c82121a23994

Ivan ivan at 420.am
Thu Mar 10 10:02:07 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  b10ee61132ed268f2c5abca1c569c82121a23994 (commit)
      from  e838c55613ee0159315543e0ecfb1e0e39158168 (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 b10ee61132ed268f2c5abca1c569c82121a23994
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 10 10:02:06 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