summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/port/devfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/devfs.c b/sys/src/9/port/devfs.c
index e4317b991..e5d1abe2f 100644
--- a/sys/src/9/port/devfs.c
+++ b/sys/src/9/port/devfs.c
@@ -740,6 +740,7 @@ rdconf(void)
/* only read config file once */
if (configed)
return;
+ configed = 1;
dprint("rdconf\n");
/* add the std "fs" tree */
@@ -791,7 +792,6 @@ rdconf(void)
e++;
mconfig(p, e - p);
}
- configed = 1;
poperror();
free(c);