summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-10 16:22:47 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-10 16:22:47 -0400
commit23d8d26d501d2e7bab2eb0f4728b848f76d2bc6d (patch)
treed027ca358da48107b103d76d7e16ee7819a75cef
parent1f5bfab3278164293dd798ca24ead081c54708da (diff)
Commented out useless function.
-rw-r--r--other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
index 4e90e345..e7507613 100644
--- a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
+++ b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
@@ -450,6 +450,6 @@ int main(int argc, char *argv[])
450 usleep(10000); 450 usleep(10000);
451 } 451 }
452 452
453 shutdown_networking(); 453 //shutdown_networking();
454 exit(EXIT_SUCCESS); 454 exit(EXIT_SUCCESS);
455} 455}