[netperf-dev] netperf4 commit notice r122 - branches/glib_migration/src

raj at netperf.org raj at netperf.org
Sat Apr 1 00:02:44 PST 2006


Author: raj
Date: 2006-04-01 00:02:42 -0800 (Sat, 01 Apr 2006)
New Revision: 122

Modified:
   branches/glib_migration/src/netlib_none.c
Log:
Fix a missing curly brace


Modified: branches/glib_migration/src/netlib_none.c
===================================================================
--- branches/glib_migration/src/netlib_none.c	2006-03-31 19:59:24 UTC (rev 121)
+++ branches/glib_migration/src/netlib_none.c	2006-04-01 08:02:42 UTC (rev 122)
@@ -48,6 +48,7 @@
   }
   NETPERF_DEBUG_EXIT(debug,where);
   return(NPE_SUCCESS);
+}
 
 int
 set_test_locality(test_t *test, char *loc_type, char *loc_value)



More information about the netperf-dev mailing list