summaryrefslogtreecommitdiffstats
path: root/iptables/xshared.c
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-11-06 18:43:06 +0100
committerPhil Sutter <phil@nwl.cc>2020-04-23 12:54:31 +0200
commit8062bc9fca71ee9ee4fa00b2e8bb86536d6ad91f (patch)
treecc2eaad957406725d4d81fd2889538fe88557657 /iptables/xshared.c
parent85b9ec86154281400e22a233e1247a17764dde3e (diff)
xshared: Drop pointless assignment in add_param_to_argv()
This must be a leftover from a previous cleanup. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/xshared.c')
-rw-r--r--iptables/xshared.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/xshared.c b/iptables/xshared.c
index 16c58914..c1d1371a 100644
--- a/iptables/xshared.c
+++ b/iptables/xshared.c
@@ -495,7 +495,6 @@ void add_param_to_argv(struct argv_store *store, char *parsestart, int line)
continue;
} else if (*curchar == '"') {
quote_open = 0;
- *curchar = '"';
} else {
add_param(&param, curchar);
continue;