commit | 3bbeb72d3f60d58e4885884567c5eefa7b312eba | [log] [tgz] |
---|---|---|
author | Eric Pouech <eric.pouech@wanadoo.fr> | Sun Oct 14 16:08:45 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 14 16:08:45 2001 +0000 |
tree | 24e0c7d1886a08e00092e4ad705221fb40957281 | |
parent | 27e179794d424fa22c6c65cf819fc8cfc1912004 [diff] [blame] |
Pass security attributes for DOSFS creation.
diff --git a/files/file.c b/files/file.c index 8f5d3e4..49becca 100644 --- a/files/file.c +++ b/files/file.c
@@ -488,7 +488,7 @@ { TRACE("opening device '%s'\n", filename ); - if (!(ret = DOSFS_OpenDevice( filename, access, attributes ))) + if (!(ret = DOSFS_OpenDevice( filename, access, attributes, sa ))) { /* Do not silence this please. It is a critical error. -MM */ ERR("Couldn't open device '%s'!\n",filename);