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 d766ea53b..0a2ba21b6 100644 --- a/networking/udhcpc.c +++ b/networking/udhcpc.c | |||
@@ -58,7 +58,7 @@ static unsigned long server_addr; | |||
58 | static unsigned long timeout; | 58 | static unsigned long timeout; |
59 | static int packet_num; /* = 0 */ | 59 | static int packet_num; /* = 0 */ |
60 | static int fd_main; | 60 | static int fd_main; |
61 | #define DEBUG | 61 | /* #define DEBUG */ |
62 | 62 | ||
63 | #define VERSION "0.9.7" | 63 | #define VERSION "0.9.7" |
64 | 64 | ||