[netperf-dev] netperf2 commit notice r451 - trunk/src

raj at netperf.org raj at netperf.org
Wed Jul 27 11:30:14 PDT 2011


Author: raj
Date: 2011-07-27 11:30:13 -0700 (Wed, 27 Jul 2011)
New Revision: 451

Modified:
   trunk/src/netserver.c
Log:
left

Modified: trunk/src/netserver.c
===================================================================
--- trunk/src/netserver.c	2011-07-27 18:26:00 UTC (rev 450)
+++ trunk/src/netserver.c	2011-07-27 18:30:13 UTC (rev 451)
@@ -628,10 +628,11 @@
 int
 set_fdset(struct listen_elt *list, fd_set *fdset) {
 
-  FD_ZERO(fdset);
   struct listen_elt *temp;
   int max = -1;
 
+  FD_ZERO(fdset);
+
   temp = list;
 
   if (debug) {



More information about the netperf-dev mailing list