diff options
author | Christian Pointner <equinox@anytun.org> | 2008-02-04 20:34:37 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-02-04 20:34:37 +0000 |
commit | c01ff56f61b28d0a909f46b95182b5a26aaa6cd3 (patch) | |
tree | 0192e862cc9e71d260d64daf1f6fd2e4a379e80f /syncCommand.h | |
parent | sorry for not working checkin ;) (diff) |
fixed bug @ sync
key gets updatet @ sync
Diffstat (limited to 'syncCommand.h')
-rw-r--r-- | syncCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syncCommand.h b/syncCommand.h index c556cfb..e8f66a7 100644 --- a/syncCommand.h +++ b/syncCommand.h @@ -22,7 +22,7 @@ private: template<class Archive> void serialize(Archive & ar, const unsigned int version) { - Lock lock(mutex_); + Lock lock(cl_.getMutex()); ar & mux_; ConnectionParam & conn = cl_.getOrNewConnection(mux_); ar & conn; @@ -30,4 +30,4 @@ private: }; -#endif // _SYNCSOCKET_H +#endif // _SYNCCOMMAND_H |