projects
/
quassel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
257ca0d
)
stop pinging the server after disconnect... oops
author
Marcus Eggenberger
<egs@quassel-irc.org>
Mon, 21 Jul 2008 14:45:38 +0000
(16:45 +0200)
committer
Marcus Eggenberger
<egs@quassel-irc.org>
Mon, 21 Jul 2008 14:45:38 +0000
(16:45 +0200)
src/core/networkconnection.cpp
patch
|
blob
|
history
diff --git
a/src/core/networkconnection.cpp
b/src/core/networkconnection.cpp
index
6768095
..
e4cc3aa
100644
(file)
--- a/
src/core/networkconnection.cpp
+++ b/
src/core/networkconnection.cpp
@@
-375,6
+375,7
@@
void NetworkConnection::socketCloseTimeout() {
}
void NetworkConnection::socketDisconnected() {
+ _pingTimer.stop();
_autoWhoCycleTimer.stop();
_autoWhoTimer.stop();
_autoWhoQueue.clear();