diff options
| author | 2004-04-14 04:34:19 +0000 | |
|---|---|---|
| committer | 2004-04-14 04:34:19 +0000 | |
| commit | e5d6d073a9e58bf6e71ee97e56ec2de1a3c5488f (patch) | |
| tree | 6362c07fc7eff3d2c992243fbb0b2bf0a664819d /usr.sbin/dhcpd/dhcpd.c | |
| parent | KNF, ansi and such (diff) | |
| download | wireguard-openbsd-e5d6d073a9e58bf6e71ee97e56ec2de1a3c5488f.tar.xz wireguard-openbsd-e5d6d073a9e58bf6e71ee97e56ec2de1a3c5488f.zip | |
spaces
Diffstat (limited to 'usr.sbin/dhcpd/dhcpd.c')
| -rw-r--r-- | usr.sbin/dhcpd/dhcpd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.c b/usr.sbin/dhcpd/dhcpd.c index b7b3aefed93..c22d0641591 100644 --- a/usr.sbin/dhcpd/dhcpd.c +++ b/usr.sbin/dhcpd/dhcpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.c,v 1.8 2004/04/14 04:21:32 henning Exp $ */ +/* $OpenBSD: dhcpd.c,v 1.9 2004/04/14 04:34:19 deraadt Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org> @@ -196,11 +196,11 @@ lease_pinged(struct iaddr from, u_int8_t *packet, int length) } /* At this point it looks like we pinged a lease and got a - * response, which shouldn't have happened. + * response, which shouldn't have happened. * if it did it's either one of two two cases: * 1 - we pinged this lease before offering it and * something answered, so we abandon it. - * 2 - we pinged this lease before releasing it + * 2 - we pinged this lease before releasing it * and something answered, so we don't release it. */ if (lp->releasing) { |
