Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 233ba98e1bc3c143083193aa0bd924bd > files > 1

netwatch-1.3.0-1mdv2010.1.src.rpm

Index: netwatch.c
===================================================================
--- netwatch.c
+++ netwatch.c	2008-09-07 01:02:33.000000000 +0200
@@ -2713,7 +2713,7 @@
       work->plog = open (nam, O_APPEND | O_WRONLY);
       if (work->plog < 0)
       {
-	work->plog = open (nam, O_APPEND | O_CREAT | O_WRONLY);
+	work->plog = open (nam, O_APPEND | O_CREAT | O_WRONLY, S_IRWXU);
 	st = write (work->plog, &starttime, sizeof (starttime));
 	st = write (work->plog, &simmagic, sizeof (simmagic));
       }