2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Fix a non-nsupdate compile error.

This commit is contained in:
Ted Lemon
2000-02-07 19:00:31 +00:00
parent c99a6692f2
commit c01b7dc07e

View File

@@ -83,7 +83,9 @@ struct binding_value {
struct data_string data;
unsigned long intval;
int boolean;
#if defined (NSUPDATE)
ns_updrec *dns;
#endif
struct fundef fundef;
struct binding_value *bv;
} value;