diff common/portpath.c @ 1208:0a803c3fb5a6

(issue138) Set the ACL explictly on existing files or directories
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 23 Sep 2014 19:15:49 +0200
parents fd7d04bb37cb
children 64333dad503b
line wrap: on
line diff
--- a/common/portpath.c	Tue Sep 23 17:05:17 2014 +0200
+++ b/common/portpath.c	Tue Sep 23 19:15:49 2014 +0200
@@ -60,7 +60,7 @@
     {
       return false;
     }
-  ret = create_restricted_directory (wchar_path, propagate_acl);
+  ret = create_restricted_directory (wchar_path, propagate_acl, NULL);
   xfree (wchar_path);
   return ret;
 #endif

http://wald.intevation.org/projects/trustbridge/