Skip to content

Commit 9109061

Browse files
committed
DHCP: Add a missing break
It is a follow-up to f589a0f.
1 parent 8231f2b commit 9109061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

print-bootp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ rfc1048_print(netdissect_options *ndo,
10671067
nd_print_invalid(ndo);
10681068
bp += len;
10691069
len = 0;
1070+
break;
10701071
}
10711072
ND_PRINT("%u", GET_BE_U_4(bp));
10721073
bp += 4;

0 commit comments

Comments
 (0)