summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-13 17:23:42 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-13 17:23:42 +0000
commitdcfe992d9ac340f25b9808cf937e646f19959ff2 (patch)
treeb339ec8844c486addfa7cde69ed166ab5f9862b6
parentfixed spelling error at manpage (diff)
fixe comment
-rw-r--r--src/syncServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncServer.cpp b/src/syncServer.cpp
index 130d5b6..e4f6434 100644
--- a/src/syncServer.cpp
+++ b/src/syncServer.cpp
@@ -48,7 +48,7 @@ SyncServer::~SyncServer()
std::list<AcceptorsElement>::iterator it = acceptors_.begin();
for(;it != acceptors_.end(); ++it) {
/// this might be a needed by a running thread, TODO cleanup
- delete(it->acceptor_);
+// delete(it->acceptor_);
}
}