Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/dhcp/server Pull up revision 1.1.1.8 (requeste...
details: https://anonhg.NetBSD.org/src/rev/2b60f98598b9
branches: netbsd-1-5
changeset: 491275:2b60f98598b9
user: he <he%NetBSD.org@localhost>
date: Sat Apr 21 19:48:14 2001 +0000
description:
Pull up revision 1.1.1.8 (requested by mellon):
Fix a problem that cause failover synchronization not to work at
all.
diffstat:
usr.sbin/dhcp/server/mdb.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 0b8a547f55d5 -r 2b60f98598b9 usr.sbin/dhcp/server/mdb.c
--- a/usr.sbin/dhcp/server/mdb.c Sat Apr 21 19:47:41 2001 +0000
+++ b/usr.sbin/dhcp/server/mdb.c Sat Apr 21 19:48:14 2001 +0000
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: mdb.c,v 1.1.1.2.2.3 2001/04/04 20:55:52 he Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: mdb.c,v 1.1.1.2.2.4 2001/04/21 19:48:14 he Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -1024,7 +1024,7 @@
}
/* Make the state transition. */
- if (commit)
+ if (commit || !pimmediate)
process_state_transition (comp);
/* Put the lease back on the appropriate queue. If the lease
Home |
Main Index |
Thread Index |
Old Index