From: Peter Pentchev Date: Thu, 3 Jun 2010 07:51:54 +0000 (+0000) Subject: Refresh after 13-hardening.patch modified util.c. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8893d4558dd30c2b5efe6d2a5c6e1b031cacbbdd;p=people%2Fms%2Fdma.git Refresh after 13-hardening.patch modified util.c. --- diff --git a/patches/26-getprogname.patch b/patches/26-getprogname.patch index 5f5fed0..8419038 100644 --- a/patches/26-getprogname.patch +++ b/patches/26-getprogname.patch @@ -2,7 +2,7 @@ Description: Use program_invocation_short_name() instead of getprogname(). Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/ Forwarded: not-needed Author: Peter Pentchev -Last-Update: 2010-06-02 +Last-Update: 2010-06-03 --- a/util.c +++ b/util.c @@ -15,7 +15,7 @@ Last-Update: 2010-06-02 #include #include #include -@@ -120,10 +122,10 @@ +@@ -121,10 +123,10 @@ if (outs != NULL) { syslog(LOG_ERR, "%s: %m", outs); @@ -28,7 +28,7 @@ Last-Update: 2010-06-02 } exit(exitcode); -@@ -143,10 +145,10 @@ +@@ -145,10 +147,10 @@ if (outs != NULL) { syslog(LOG_ERR, "%s", outs);