From b12b1a5a1702dd88aea8e3f0a9e50a52ec18823b Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 8 Apr 2025 17:33:14 +0300 Subject: [PATCH] winws build fix --- nfq/nfqws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfq/nfqws.c b/nfq/nfqws.c index 3aef47d..e86658a 100644 --- a/nfq/nfqws.c +++ b/nfq/nfqws.c @@ -2551,7 +2551,7 @@ int main(int argc, char **argv) windivert_filter[sizeof(windivert_filter) - 1] = '\0'; } break; - case IFX_WF_SAVE: + case IDX_WF_SAVE: strncpy(wf_save_file, optarg, sizeof(wf_save_file)); wf_save_file[sizeof(wf_save_file) - 1] = '\0'; break;