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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user