Commented out useless function.

This commit is contained in:
irungentoo 2013-09-10 16:22:47 -04:00
parent 1f5bfab327
commit 23d8d26d50

View File

@ -450,6 +450,6 @@ int main(int argc, char *argv[])
usleep(10000);
}
shutdown_networking();
//shutdown_networking();
exit(EXIT_SUCCESS);
}