diff options
author | 2015-09-05 07:41:16 +0000 | |
---|---|---|
committer | 2015-09-05 07:41:16 +0000 | |
commit | 1ac8add776b0935f5799ba862af920497bba47db (patch) | |
tree | a6fd45acb485e3ef7b6320515da6f4600a39fb97 | |
parent | Adds hidden _libc_FOO aliases for the system call stubs. (diff) | |
download | wireguard-openbsd-1ac8add776b0935f5799ba862af920497bba47db.tar.xz wireguard-openbsd-1ac8add776b0935f5799ba862af920497bba47db.zip |
Some whitespace bulking out a diff unnecessarily.
-rw-r--r-- | sbin/dhclient/dhclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index ee55e01713a..8e0eb31ab06 100644 --- a/sbin/dhclient/dhclient.c +++ b/sbin/dhclient/dhclient.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhclient.c,v 1.362 2015/08/31 21:32:07 krw Exp $ */ +/* $OpenBSD: dhclient.c,v 1.363 2015/09/05 07:41:16 krw Exp $ */ /* * Copyright 2004 Henning Brauer <henning@openbsd.org> @@ -914,7 +914,7 @@ bind_lease(void) /* Deleting the addresses also clears out arp entries. */ delete_addresses(); flush_routes(); - + opt = &options[DHO_INTERFACE_MTU]; if (opt->len == sizeof(u_int16_t)) { u_int16_t mtu; |