[conduit/syncml: 23/244] Should always return here



commit b481c66394a6d1ec684d637d564c2430d9900659
Author: John Carr <john carr unrouted co uk>
Date:   Wed Apr 15 04:16:18 2009 -0700

    Should always return here
---
 conduit/modules/SyncmlModule/SyncmlModule.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conduit/modules/SyncmlModule/SyncmlModule.py b/conduit/modules/SyncmlModule/SyncmlModule.py
index fa59b3c..7d8d833 100644
--- a/conduit/modules/SyncmlModule/SyncmlModule.py
+++ b/conduit/modules/SyncmlModule/SyncmlModule.py
@@ -80,7 +80,7 @@ class SyncmlDataProvider(DataProvider.TwoWay):
             self._put_lock.wait(60)
             if self._session_type == enums.SML_SESSION_TYPE_SERVER:
                 self.syncobj.send_changes(pysyncml.byref(err))
-                return
+            return
 
         if event == enums.SML_DATA_SYNC_EVENT_GOT_ALL_MAPPINGS:
             log.info("Got All Mappings")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]