memset(&f, 0, sizeof(struct nf_osf_user_finger));
- if (ctx->debug_mask & NFT_DEBUG_NETLINK)
+ if (ctx->debug_mask & NFT_DEBUG_MNL)
nft_print(ctx->octx, "Loading '%s'.\n", buffer);
for (i = 0; i < len && buffer[i] != '\0'; ++i) {
}
if (cnt != 8) {
- if (ctx->debug_mask & NFT_DEBUG_NETLINK)
+ if (ctx->debug_mask & NFT_DEBUG_MNL)
nft_print(ctx->octx, "Wrong input line '%s': cnt: %d, must be 8, i: %d, must be %d.\n", buffer, cnt, i, len);
return -EINVAL;
}
int err = 0;
char buf[1024];
- if (ctx->debug_mask & NFT_DEBUG_NETLINK)
+ if (ctx->debug_mask & NFT_DEBUG_MNL)
nft_print(ctx->octx, "Opening OS signature file '%s'\n",
OS_SIGNATURES);
inf = fopen(OS_SIGNATURES, "r");
if (!inf) {
- if (ctx->debug_mask & NFT_DEBUG_NETLINK)
+ if (ctx->debug_mask & NFT_DEBUG_MNL)
nft_print(ctx->octx, "Failed to open file '%s'\n",
OS_SIGNATURES);