From: Ted Lemon Date: Thu, 5 Apr 2001 20:37:55 +0000 (+0000) Subject: Make the omapi statement in the client config actually work. X-Git-Tag: V3-BETA-2-PATCH-24~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9dce20f566c054ab4ad061323c393478e9e6a8c;p=thirdparty%2Fdhcp.git Make the omapi statement in the client config actually work. --- diff --git a/client/clparse.c b/client/clparse.c index c506febe8..f8f701df8 100644 --- a/client/clparse.c +++ b/client/clparse.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: clparse.c,v 1.59 2001/03/22 06:55:31 mellon Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n"; +"$Id: clparse.c,v 1.60 2001/04/05 20:37:55 mellon Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -408,6 +408,7 @@ void parse_client_statement (cfile, ip, config) return; case OMAPI: + token = next_token (&val, (unsigned *)0, cfile); token = next_token (&val, (unsigned *)0, cfile); if (token != PORT) { parse_warn (cfile,