commit: r598 - branches/experimental-4.3-threaded/daemon
[email protected] Thu, 17 Oct 2013 14:51:07 -0400
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jschultz
Date: 2013-10-17 14:51:07 -0400 (Thu, 17 Oct 2013)
New Revision: 598
Modified:
branches/experimental-4.3-threaded/daemon/protocol.c
Log:
Minor bug
Modified: branches/experimental-4.3-threaded/daemon/protocol.c
===================================================================
--- branches/experimental-4.3-threaded/daemon/protocol.c 2013-10-17 18:49:50 UTC (rev 597)
+++ branches/experimental-4.3-threaded/daemon/protocol.c 2013-10-17 18:51:07 UTC (rev 598)
@@ -948,7 +948,7 @@
bcast_channels++;
}
for ( i = 0; i < num_token; i++) {
- E_activate( *token_channels, READ_FD );
+ E_activate_fd( *token_channels, READ_FD );
token_channels++;
}
Protocol_Actively_Waiting = 0;