]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 16 Jan 2009 10:53:36 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng-fixes.patch -> 1.1

syslog-ng-fixes.patch [new file with mode: 0644]

diff --git a/syslog-ng-fixes.patch b/syslog-ng-fixes.patch
new file mode 100644 (file)
index 0000000..df228c5
--- /dev/null
@@ -0,0 +1,11 @@
+--- syslog-ng-3.0.1/src/misc.c~        2008-11-05 20:57:42.000000000 +0100
++++ syslog-ng-3.0.1/src/misc.c 2009-01-16 11:43:30.896633603 +0100
+@@ -274,7 +274,7 @@
+   struct passwd *pw;
+   *uid = 0;
+-  if (*user)
++  if (!*user)
+     return FALSE;
+     
+   pw = getpwnam(user);
This page took 0.125423 seconds and 4 git commands to generate.