(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 14 Jun 2011 16:23:16 +0000 (16:23 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 14 Jun 2011 16:23:16 +0000 (16:23 +0000)
src/transport/perf_transport_ats.c

index bf2b39a4c83e989aedc57d000c8b2a920d3236a1..48551e89f2bca646ee8af225fb2d1e7e42a62017 100644 (file)
@@ -294,9 +294,9 @@ int main (int argc, char *argv[])
   GAUGER ("TRANSPORT",
       "GLPK MLP 100 peers 400 addresses with optimization",
       ((double) mlp_with_opt_avg  / EXECS) / 400, "ms/address");
+  (void) CLOSE (nullfd);
 
 #endif
-  (void) CLOSE (nullfd);
   return ret;
 }