]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
xshared: Drop pointless assignment in add_param_to_argv()
authorPhil Sutter <phil@nwl.cc>
Wed, 6 Nov 2019 17:43:06 +0000 (18:43 +0100)
committerPhil Sutter <phil@nwl.cc>
Thu, 23 Apr 2020 10:54:31 +0000 (12:54 +0200)
This must be a leftover from a previous cleanup.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/xshared.c

index 16c58914e59a5a3e4f14807d30e372c4d7096bcc..c1d1371a6d54a84489560af46246e3b304fe29aa 100644 (file)
@@ -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;