diff options
-rw-r--r-- | networking/udhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcpc.c b/networking/udhcpc.c index d766ea5..0a2ba21 100644 --- a/networking/udhcpc.c +++ b/networking/udhcpc.c @@ -58,7 +58,7 @@ static unsigned long server_addr; static unsigned long timeout; static int packet_num; /* = 0 */ static int fd_main; -#define DEBUG +/* #define DEBUG */ #define VERSION "0.9.7" |