diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-08-21 11:44:31 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-08-21 11:44:31 +0000 |
commit | d9768d7cb97bbf6d065919907370cb8fbc9f9fa5 (patch) | |
tree | 592e184f808db4160ad661f46d6ed8fd511d667a | |
parent | 1ff58b6570cb4085c9168445d3518aa7796c2cba (diff) | |
download | busybox-w32-d9768d7cb97bbf6d065919907370cb8fbc9f9fa5.tar.gz busybox-w32-d9768d7cb97bbf6d065919907370cb8fbc9f9fa5.tar.bz2 busybox-w32-d9768d7cb97bbf6d065919907370cb8fbc9f9fa5.zip |
Disable debugging
-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 | ||