From c01ff56f61b28d0a909f46b95182b5a26aaa6cd3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 4 Feb 2008 20:34:37 +0000 Subject: fixed bug @ sync key gets updatet @ sync --- syncCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'syncCommand.h') diff --git a/syncCommand.h b/syncCommand.h index c556cfb..e8f66a7 100644 --- a/syncCommand.h +++ b/syncCommand.h @@ -22,7 +22,7 @@ private: template 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 -- cgit v1.2.3