From fd35aacb24d8a8ac9358649e3c6e620d0ce8acf4 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 8 Jan 2001 08:24:56 +0000 Subject: [PATCH] Add client-updates config option. --- server/stables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/stables.c b/server/stables.c index 95a7a6a3..ebcc6fd1 100644 --- a/server/stables.c +++ b/server/stables.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: stables.c,v 1.21 2000/12/29 06:51:21 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: stables.c,v 1.22 2001/01/08 08:24:56 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -485,7 +485,7 @@ struct option server_options [256] = { { "stash-agent-options", "f", &server_universe, 37 }, { "ddns-ttl", "T", &server_universe, 38 }, { "ddns-update-style", "Nddns-styles.", &server_universe, 39 }, - { "option-40", "X", &server_universe, 40 }, + { "client-updates", "f", &server_universe, 40 }, { "option-41", "X", &server_universe, 41 }, { "option-42", "X", &server_universe, 42 }, { "option-43", "X", &server_universe, 43 },