aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/nftables/patches')
-rw-r--r--package/network/utils/nftables/patches/100-no-interactive.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/nftables/patches/100-no-interactive.patch b/package/network/utils/nftables/patches/100-no-interactive.patch
index 47eb32c1c8..58442b7f0f 100644
--- a/package/network/utils/nftables/patches/100-no-interactive.patch
+++ b/package/network/utils/nftables/patches/100-no-interactive.patch
@@ -10,7 +10,7 @@
nft-obj += datatype.o
--- a/src/main.c
+++ b/src/main.c
-@@ -334,7 +334,7 @@ int main(int argc, char * const *argv)
+@@ -335,7 +335,7 @@ int main(int argc, char * const *argv)
if (scanner_read_file(scanner, filename, &internal_location) < 0)
goto out;
} else if (interactive) {