examples/wifi-wired-bridging.cc
changeset 4225 f1d873a81159
parent 4218 debf1a8a96d3
child 4257 3e8f8052e155
child 4263 fec2f830d015
--- a/examples/wifi-wired-bridging.cc	Thu Jan 22 14:10:40 2009 -0500
+++ b/examples/wifi-wired-bridging.cc	Thu Jan 22 14:11:09 2009 -0500
@@ -63,9 +63,6 @@
   uint32_t nStas = 2;
   bool sendIp = true;
 
-  uint32_t seed[6] = {1, 1, 2, 3, 5, 8};
-  SeedManager::SetSeed(seed);
-
   CommandLine cmd;
   cmd.AddValue ("nWifis", "Number of wifi networks", nWifis);
   cmd.AddValue ("nStas", "Number of stations per wifi network", nStas);