bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in filedir.c


From: Dave Love
Subject: typo in filedir.c
Date: Thu, 22 Jan 2004 11:33:02 +0000
User-agent: Gnus/5.1005 (Gnus v5.10.5) Emacs/21.2 (gnu/linux)

This is against 2.1.1 (taking the form of the test from the one above):

--- filedir.c   2004/01/21 15:47:14     1.1
+++ filedir.c   2004/01/22 11:30:48
@@ -554,7 +554,7 @@
    return;
    }
 #else
-if (((newperm & 07777) == (dstat->st_mode & 07777) && (action != touch))    /* 
file okay */
+if (((newperm & 07777) == (dstat->st_mode & 07777)) && (action != touch))    
/* file okay */
    {
    Debug("File okay, newperm = %o, stat = %o\n",(newperm & 
07777),(dstat->st_mode & 07777));
    fixmode = false;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]