projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdeefa2
)
Add helper variable
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 25 Apr 2012 11:22:17 +0000
(13:22 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 25 Apr 2012 11:22:17 +0000
(13:22 +0200)
src/filter_frontend_net.cpp
patch
|
blob
|
history
diff --git
a/src/filter_frontend_net.cpp
b/src/filter_frontend_net.cpp
index
c0f27ef
..
21f8e8b
100644
(file)
--- a/
src/filter_frontend_net.cpp
+++ b/
src/filter_frontend_net.cpp
@@
-436,7
+436,8
@@
void mp::filter::FrontendNet::process(Package &package) const
}
while (m_p->mySocketManager.processEvent() > 0)
{
- if (m_p->mySocketManager.getNumberOfObservers() <= 1)
+ int no = m_p->mySocketManager.getNumberOfObservers();
+ if (no <= 1)
break;
if (tt && tt->timeout())
break;