diff options
Diffstat (limited to 'libexec/bootpd/bootpd.c')
| -rw-r--r-- | libexec/bootpd/bootpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 745de7e22d8fd..6ab769e49845d 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -1258,7 +1258,7 @@ dovend_rfc1048(bp, hp, bootsize) byte *p, *ep; byte tag, len; short msgsz = 0; - + p = vp + 4; ep = p + BP_VEND_LEN - 4; while (p < ep) { |
