const u_char *tp = value;
while (tp < value + optlen) {
ND_PRINT(" ");
- if ((tp = ns_nprint(ndo, tp, value + optlen)) == NULL)
+ if ((tp = fqdn_print(ndo, tp, value + optlen)) == NULL)
return -1;
}
}
const u_char *tp = value;
while (tp < value + optlen) {
ND_PRINT(" ");
- if ((tp = ns_nprint(ndo, tp, value + optlen)) == NULL)
+ if ((tp = fqdn_print(ndo, tp, value + optlen)) == NULL)
return -1;
}
}