summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-09 17:40:01 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-09 17:40:01 +0000
commitee5192569497d98a29185d2aa351b4f914256886 (patch)
treee04ddc0fd5b5cdcd4d28f5dceef77014e91f6e29 /src
parent82a8becf124c6c0b80fe5eaeb8b4d3560782cb0b (diff)
fixes for server linking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@479 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 552d2a7f8..2c18f8d35 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -5661,6 +5661,10 @@ int InspIRCd(void)
count2++;
total_in_this_set++;
}
+ else
+ {
+ count2++;
+ }
}
else break;
}
@@ -5681,6 +5685,7 @@ int InspIRCd(void)
result = EAGAIN;
if ((count2a->second->fd != -1) && (FD_ISSET (count2a->second->fd, &sfd)))
{
+ log(DEBUG,"Reading fd %d",count2a->second->fd);
memset(data, 0, 10240);
result = read(count2a->second->fd, data, 10240);