From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] misc-progs: wirelessctrl: Fix missing whitespace for log prefix
Date: Thu, 03 Nov 2022 15:09:19 +0000 [thread overview]
Message-ID: <18b1acd1-b9f4-254f-9974-9f21e65930e6@ipfire.org> (raw)
In-Reply-To: <20221102103006.650377-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1481 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> Fixes: #12978
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
> src/misc-progs/wirelessctrl.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/misc-progs/wirelessctrl.c b/src/misc-progs/wirelessctrl.c
> index 7cffc89df..d31901be1 100644
> --- a/src/misc-progs/wirelessctrl.c
> +++ b/src/misc-progs/wirelessctrl.c
> @@ -168,13 +168,13 @@ int main(void) {
>
> /* with this rule you can disable the logging of the dropped wireless input packets*/
> if (findkey(kv, "DROPWIRELESSINPUT", buffer) && strcmp(buffer, "on") == 0) {
> - snprintf(command, STRING_SIZE-1, "/sbin/iptables --wait -A WIRELESSINPUT -i %s -j LOG --log-prefix 'DROP_Wirelessinput'", blue_dev);
> + snprintf(command, STRING_SIZE-1, "/sbin/iptables --wait -A WIRELESSINPUT -i %s -j LOG --log-prefix 'DROP_Wirelessinput '", blue_dev);
> safe_system(command);
> }
>
> /* with this rule you can disable the logging of the dropped wireless forward packets*/
> if (findkey(kv, "DROPWIRELESSFORWARD", buffer) && strcmp(buffer, "on") == 0) {
> - snprintf(command, STRING_SIZE-1, "/sbin/iptables --wait -A WIRELESSFORWARD -i %s -j LOG --log-prefix 'DROP_Wirelessforward'", blue_dev);
> + snprintf(command, STRING_SIZE-1, "/sbin/iptables --wait -A WIRELESSFORWARD -i %s -j LOG --log-prefix 'DROP_Wirelessforward '", blue_dev);
> safe_system(command);
> }
>
prev parent reply other threads:[~2022-11-03 15:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-02 10:30 Michael Tremer
2022-11-03 15:09 ` Peter Müller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18b1acd1-b9f4-254f-9974-9f21e65930e6@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox