Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp/includes Fix a paste-o (thanks to Frederick Br...



details:   https://anonhg.NetBSD.org/src/rev/d8d208c2b259
branches:  trunk
changeset: 487836:d8d208c2b259
user:      mellon <mellon%NetBSD.org@localhost>
date:      Tue Jun 13 15:39:07 2000 +0000

description:
Fix a paste-o (thanks to Frederick Bruckman for investigating this)

diffstat:

 usr.sbin/dhcp/includes/dhcpd.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r d02c1fe42616 -r d8d208c2b259 usr.sbin/dhcp/includes/dhcpd.h
--- a/usr.sbin/dhcp/includes/dhcpd.h    Tue Jun 13 15:37:29 2000 +0000
+++ b/usr.sbin/dhcp/includes/dhcpd.h    Tue Jun 13 15:39:07 2000 +0000
@@ -2291,5 +2291,5 @@
 OMAPI_OBJECT_ALLOC_DECL (dhcp_failover_listener, dhcp_failover_listener_t,
                         dhcp_type_failover_listener)
 OMAPI_OBJECT_ALLOC_DECL (dhcp_failover_link, dhcp_failover_link_t,
-                        dhcp_type_failover_listener)
+                        dhcp_type_failover_link)
 #endif /* FAILOVER_PROTOCOL */



Home | Main Index | Thread Index | Old Index