[launchd-changes] [22889] trunk/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 10 17:09:20 PDT 2006


Revision: 22889
          http://trac.macosforge.org/projects/launchd/changeset/22889
Author:   zarzycki at apple.com
Date:     2006-10-10 17:09:19 -0700 (Tue, 10 Oct 2006)

Log Message:
-----------
"typo"

Modified Paths:
--------------
    trunk/launchd/src/launchctl.c

Modified: trunk/launchd/src/launchctl.c
===================================================================
--- trunk/launchd/src/launchctl.c	2006-09-28 19:38:17 UTC (rev 22888)
+++ trunk/launchd/src/launchctl.c	2006-10-11 00:09:19 UTC (rev 22889)
@@ -2581,7 +2581,7 @@
 void
 empty_dir(const char *path)
 {
-	assumes(chflags(path, 0) != -1);
+	assumes(lchflags(path, 0) != -1);
 	assumes(remove(path) != -1);
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20061010/9e094107/attachment.html


More information about the launchd-changes mailing list