We cannot use nd_print() because the parameter is not a pointer on the
packet buffer.
} \
s[(MAX)] = '\0'; \
ND_PRINT(" \""); \
- nd_print(ndo, s, NULL); \
+ fn_print_str(ndo, s); \
ND_PRINT("\""); \
}
goto finish;
s += n;
ND_PRINT(" +{");
- nd_print(ndo, (u_char *)user, NULL);
+ fn_print_str(ndo, (u_char *)user);
ND_PRINT(" ");
ACLOUT(acl);
ND_PRINT("}");
goto finish;
s += n;
ND_PRINT(" -{");
- nd_print(ndo, (u_char *)user, NULL);
+ fn_print_str(ndo, (u_char *)user);
ND_PRINT(" ");
ACLOUT(acl);
ND_PRINT("}");