aboutsummaryrefslogtreecommitdiffstats
path: root/nacl/pepper_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/pepper_main.c')
-rw-r--r--nacl/pepper_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nacl/pepper_main.c b/nacl/pepper_main.c
index 8f502f33ea..bcb128ded1 100644
--- a/nacl/pepper_main.c
+++ b/nacl/pepper_main.c
@@ -498,7 +498,7 @@ Instance_DidCreate(PP_Instance instance,
// TODO(yugui) Mount devfs
- if (mount("/lib", "/lib", "httpfs",
+ if (mount("/lib", "/lib", "httpfs",
0, "allow_cross_origin_requests=false")) {
perror("mount httpfs");
return PP_FALSE;