[conduit/syncml: 78/244] Fix typo and simplify a bit



commit c18299081f070f3f5e7269801f3e7dcb088d3e6d
Author: John Carr <john carr unrouted co uk>
Date:   Fri Apr 24 02:41:12 2009 -0700

    Fix typo and simplify a bit
---
 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 a9350e4..2347844 100644
--- a/conduit/modules/SyncmlModule/SyncmlModule.py
+++ b/conduit/modules/SyncmlModule/SyncmlModule.py
@@ -204,7 +204,7 @@ class SyncmlDataProvider(DataProvider.TwoWay):
             return conduit.datatypes.Rid(uid=str(hash(blob)), mtime=None, hash=None)
 
         self._queue.append((enums.SML_CHANGE_REPLACE, uid, blob))
-        return conduit.datatypes.Rid(uid=uid, mtime=None, hash=None)
+        return conduit.datatypes.Rid(uid=LUID)
 
     def delete(self, uid):
         self._queue.append((enums.SML_CHANGE_DELETE, uid, ""))



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