[Spread-cvs] commit: r598 - branches/experimental-4.3-threaded/daemon

jschultz at spread.org jschultz at spread.org
Thu Oct 17 14:51:07 EDT 2013


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;




More information about the Spread-cvs mailing list