summaryrefslogtreecommitdiff
path: root/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.c')
-rw-r--r--net/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 8a8160e633f..ae3b977781f 100644
--- a/net/net.c
+++ b/net/net.c
@@ -692,7 +692,7 @@ restart:
eth_set_last_protocol(protocol);
- ret = net_boot_file_size;
+ ret = !!net_boot_file_size;
debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n");
goto done;