Skip to content

Commit

Permalink
Forgot to commit the fix for this
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8279 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Oct 21, 2007
1 parent e014a02 commit 5acf4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socketengine_select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bool SelectEngine::AddFd(EventHandler* eh)
return false;

if (ref[fd])
DelFd(ref[fd]);
return false;

fds[fd] = fd;
ref[fd] = eh;
Expand Down

0 comments on commit 5acf4eb

Please sign in to comment.