diff packages/redboot/current/src/net/net_io.c @ 206:eff1bb37158a last-rhepl

quick bootp fix
author jlarmour
date Tue, 14 May 2002 21:31:55 +0000
parents 920b9b754b53
children e0c0827131d1
line wrap: on
line diff
--- a/packages/redboot/current/src/net/net_io.c
+++ b/packages/redboot/current/src/net/net_io.c
@@ -535,7 +535,7 @@ net_init(void)
 
     // Set defaults as appropriate
 #ifdef CYGSEM_REDBOOT_DEFAULT_NO_BOOTP
-    use_bootp = CYGSEM_REDBOOT_DEFAULT_NO_BOOTP;
+    use_bootp = false;
 #else
     use_bootp = true;
 #endif