Remove loop by default

This commit is contained in:
Gordon Hollingworth 2017-01-20 15:08:50 +00:00 committed by GitHub
parent 873e6b933c
commit c2894f315a

2
main.c
View File

@ -6,7 +6,7 @@
#include <unistd.h> #include <unistd.h>
int verbose = 0; int verbose = 0;
int loop = 1; int loop = 0;
char * directory = NULL; char * directory = NULL;
int out_ep; int out_ep;