]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix a non-nsupdate compile error.
authorTed Lemon <source@isc.org>
Mon, 7 Feb 2000 19:00:31 +0000 (19:00 +0000)
committerTed Lemon <source@isc.org>
Mon, 7 Feb 2000 19:00:31 +0000 (19:00 +0000)
includes/tree.h

index 8cbbf4fdbffc915d1888358db5e15369b02e7be3..3e6d35d938ca84b5769710d276600e14b4d87f1f 100644 (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;