mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-28 21:07:43 +00:00
Make the omapi statement in the client config actually work.
This commit is contained in:
parent
e0dd13b555
commit
c9dce20f56
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@ -408,6 +408,7 @@ void parse_client_statement (cfile, ip, config)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
case OMAPI:
|
case OMAPI:
|
||||||
|
token = next_token (&val, (unsigned *)0, cfile);
|
||||||
token = next_token (&val, (unsigned *)0, cfile);
|
token = next_token (&val, (unsigned *)0, cfile);
|
||||||
if (token != PORT) {
|
if (token != PORT) {
|
||||||
parse_warn (cfile,
|
parse_warn (cfile,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user