Commit b9a9c5d0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Removing confusing, non-effective permissions

parent 7ba6b842
......@@ -104,7 +104,7 @@ vsm_n_check(void)
struct VSM_head vsmh;
int retval = 1;
fd = open(VSM_FILENAME, O_RDWR, 0644);
fd = open(VSM_FILENAME, O_RDWR);
if (fd < 0)
return (0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment