From: Ted Lemon Date: Thu, 14 Sep 2000 12:15:33 +0000 (+0000) Subject: Use lt -> scope, not lease -> scope, which is probably empty. X-Git-Tag: V3-BETA-2-PATCH-4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ec3f8cd4399f0f87b3be046fbec32b147b2305;p=thirdparty%2Fdhcp.git Use lt -> scope, not lease -> scope, which is probably empty. --- diff --git a/server/dhcp.c b/server/dhcp.c index 457d9dbcb..8e0443273 100644 --- a/server/dhcp.c +++ b/server/dhcp.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: dhcp.c,v 1.166 2000/09/12 20:09:14 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhcp.c,v 1.167 2000/09/14 12:15:33 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1789,7 +1789,7 @@ void ack_lease (packet, lease, offer, when, msg, ms_nulltp) if (lease -> on_commit && (!offer || offer == DHCPACK)) { execute_statements ((struct binding_value **)0, packet, lt, packet -> options, - state -> options, &lease -> scope, + state -> options, < -> scope, lease -> on_commit); if (lease -> on_commit) executable_statement_dereference (&lease -> on_commit,