mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-04 16:25:21 +00:00
Fix a non-nsupdate compile error.
This commit is contained in:
@@ -83,7 +83,9 @@ struct binding_value {
|
|||||||
struct data_string data;
|
struct data_string data;
|
||||||
unsigned long intval;
|
unsigned long intval;
|
||||||
int boolean;
|
int boolean;
|
||||||
|
#if defined (NSUPDATE)
|
||||||
ns_updrec *dns;
|
ns_updrec *dns;
|
||||||
|
#endif
|
||||||
struct fundef fundef;
|
struct fundef fundef;
|
||||||
struct binding_value *bv;
|
struct binding_value *bv;
|
||||||
} value;
|
} value;
|
||||||
|
Reference in New Issue
Block a user