summaryrefslogtreecommitdiff
path: root/tools/odbc/odbc.c
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2009-03-20 19:02:44 +0000
committerCharles.Forsyth <devnull@localhost>2009-03-20 19:02:44 +0000
commit6ab1f7a09ea60217a2c27f860f32ac2fb0df8c28 (patch)
treed3bfe169e72c5d77fb6116696434d32db7403905 /tools/odbc/odbc.c
parenta60fa48ce2f27a689f276bea9538b5db2b74ff86 (diff)
20090320-1902
Diffstat (limited to 'tools/odbc/odbc.c')
-rwxr-xr-xtools/odbc/odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/odbc/odbc.c b/tools/odbc/odbc.c
index f08a4f4f..6435ea88 100755
--- a/tools/odbc/odbc.c
+++ b/tools/odbc/odbc.c
@@ -1136,7 +1136,7 @@ main(int argc, char *argv[])
styxinit(&s, &ops, netport, -1, 1);
styxaddfile(&s, Qroot, Qnclients, "nclients", 0444, inferno);
styxadddir(&s, Qroot, Qprotodir, "db", 0555, inferno);
- styxaddfile(&s, Qprotodir, Qclonus, "new", 0660, inferno);
+ styxaddfile(&s, Qprotodir, Qclonus, "new", 0666, inferno);
newproto("db", 100);
for (;;) {
styxwait(&s);