All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephane Ouellette <ouellettes@videotron.ca>
To: Harald Welte <laforge@netfilter.org>
Cc: netfilter-devel <netfilter-devel@lists.netfilter.org>
Subject: [PATCH]  Re: [PATCH]  libipt_string.c issue with save()
Date: Sun, 27 Apr 2003 11:56:18 -0400	[thread overview]
Message-ID: <3EABFDA2.3030602@videotron.ca> (raw)
In-Reply-To: 20030427125514.GE990@sunbeam.de.gnumonks.org

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

Harald Welte wrote:

>On Mon, Apr 21, 2003 at 05:49:53PM -0400, Stephane Ouellette wrote:
>  
>
>>Folks,
>>
>>  the attached patch contains the following modifications:
>>    
>>
>
>thanks, applied
>
>  
>
Harald,

   I noticed that you applied the first patch I sent you, it contains a 
typo.  The attached patch fixes the error in question.
The error was introduced by hitting the "undo" key in my editor.

Stephane.



[-- Attachment #2: libipt_string.c.patch --]
[-- Type: text/plain, Size: 421 bytes --]

--- netfilter-orig/userspace/extensions/libipt_string.c	Sun Apr 27 11:50:00 2003
+++ netfilter-fixed/userspace/extensions/libipt_string.c	Mon Apr 21 23:37:45 2003
@@ -202,7 +202,7 @@
 	const struct ipt_string_info *info =
 	    (const struct ipt_string_info*) match->data;
 
-	printf("--string %s%s ", (info->invert) ? "! ", "", info->string);
+	printf("--string %s%s ", (info->invert) ? "! " : "", info->string);
 }
 
 

      reply	other threads:[~2003-04-27 15:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-21 21:49 [PATCH] libipt_string.c issue with save() Stephane Ouellette
2003-04-27 12:55 ` Harald Welte
2003-04-27 15:56   ` Stephane Ouellette [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=3EABFDA2.3030602@videotron.ca \
    --to=ouellettes@videotron.ca \
    --cc=laforge@netfilter.org \
    --cc=netfilter-devel@lists.netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.