summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2021-02-15 19:33:21 +0000
committerkrw <krw@openbsd.org>2021-02-15 19:33:21 +0000
commit31088a32eb15352db4c67c4b6b893086d4107008 (patch)
tree6f9f6edf4cd7cc03aedc3cdffcc9ee04ebbd2c16 /sbin/dhclient
parentSimplify error path in in route_attach(). We always call it in thread (diff)
downloadwireguard-openbsd-31088a32eb15352db4c67c4b6b893086d4107008.tar.xz
wireguard-openbsd-31088a32eb15352db4c67c4b6b893086d4107008.zip
Extraneous blank line.
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/dhclient.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c
index 82d95e49a77..aca9a7d2e34 100644
--- a/sbin/dhclient/dhclient.c
+++ b/sbin/dhclient/dhclient.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhclient.c,v 1.692 2021/02/15 14:20:11 krw Exp $ */
+/* $OpenBSD: dhclient.c,v 1.693 2021/02/15 19:33:21 krw Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
@@ -2772,7 +2772,6 @@ tick_msg(const char *preamble, int action)
break;
default:
break;
-
}
fflush(stderr);