udhcp: comment out unused domain compression code
[oweals/busybox.git] / networking / udhcp / common.c
index 9ec752dfc9be63d36fccf2d1993923b65f4861db..16bf69707152b48ddeed9b227ac1ca852219d832 100644 (file)
@@ -431,7 +431,7 @@ static NOINLINE void attach_option(
 #if ENABLE_FEATURE_UDHCP_RFC3397
        if ((optflag->flags & OPTION_TYPE_MASK) == OPTION_DNS_STRING) {
                /* reuse buffer and length for RFC1035-formatted string */
-               allocated = buffer = (char *)dname_enc(NULL, 0, buffer, &length);
+               allocated = buffer = (char *)dname_enc(/*NULL, 0,*/ buffer, &length);
        }
 #endif