aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-08-21 11:44:31 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-08-21 11:44:31 +0000
commitd9768d7cb97bbf6d065919907370cb8fbc9f9fa5 (patch)
tree592e184f808db4160ad661f46d6ed8fd511d667a /networking
parent1ff58b6570cb4085c9168445d3518aa7796c2cba (diff)
downloadbusybox-d9768d7cb97bbf6d065919907370cb8fbc9f9fa5.tar.gz
Disable debugging
Diffstat (limited to 'networking')
-rw-r--r--networking/udhcpc.c2
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;
static unsigned long timeout;
static int packet_num; /* = 0 */
static int fd_main;
-#define DEBUG
+/* #define DEBUG */
#define VERSION "0.9.7"