aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/bootpd.c
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-01-23 01:58:00 +0000
committerPaul Traina <pst@FreeBSD.org>1996-01-23 01:58:00 +0000
commitd1c0e759215476ec5efda9d6bc78fe83ebfe92ca (patch)
treef2cdb17994759e8a60951777777051b80c22c105 /libexec/bootpd/bootpd.c
parente08ac58bbe2be2817736b8f4b32c75f8d55359df (diff)
Notes
Diffstat (limited to 'libexec/bootpd/bootpd.c')
-rw-r--r--libexec/bootpd/bootpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c
index 745de7e22d8f..6ab769e49845 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) {