comparison 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
comparison
equal deleted inserted replaced
1207:e79fc57f1f9c 1208:0a803c3fb5a6
58 58
59 if (!wchar_path) 59 if (!wchar_path)
60 { 60 {
61 return false; 61 return false;
62 } 62 }
63 ret = create_restricted_directory (wchar_path, propagate_acl); 63 ret = create_restricted_directory (wchar_path, propagate_acl, NULL);
64 xfree (wchar_path); 64 xfree (wchar_path);
65 return ret; 65 return ret;
66 #endif 66 #endif
67 } 67 }
68 68

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