summaryrefslogtreecommitdiff
path: root/client/clparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/clparse.c')
-rw-r--r--client/clparse.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/clparse.c b/client/clparse.c
index 48ffa7d1..97915253 100644
--- a/client/clparse.c
+++ b/client/clparse.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: clparse.c,v 1.48 2000/07/20 00:53:17 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: clparse.c,v 1.49 2000/08/03 20:59:31 neild Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -948,7 +948,8 @@ void parse_client_lease_declaration (cfile, lease, ipp, clientp)
skip_to_semi (cfile);
break;
}
- if (tsig_key_lookup (&lease -> key, val) != ISC_R_SUCCESS)
+ if (omapi_auth_key_lookup_name (&lease -> key, val) !=
+ ISC_R_SUCCESS)
parse_warn (cfile, "unknown key %s", val);
parse_semi (cfile);
break;