summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/bootp_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient/bootp_subr.c')
-rw-r--r--sys/nfsclient/bootp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index d580c55..b49fc62 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -847,8 +847,8 @@ bootpc_init(void)
*/
call.vend[j++]=57;
call.vend[j++]=2;
- call.vend[j++]=(1200) % 256;
call.vend[j++]=(1200) / 256;
+ call.vend[j++]=(1200) % 256;
call.vend[j++]=255;
OpenPOWER on IntegriCloud