diff options
| author | qwx <devnull@localhost> | 2018-03-17 11:25:27 +0200 |
|---|---|---|
| committer | qwx <devnull@localhost> | 2018-03-17 11:25:27 +0200 |
| commit | 199f090b6a09300bb3acc9a70ee09602f51071a0 (patch) | |
| tree | 386b36d5ec5fcf02ff92cc8e7eb63821d708bd1b | |
| parent | 372d359e2884e92666f6ebe28d50ede5c7343a5c (diff) | |
| download | plan9front-199f090b6a09300bb3acc9a70ee09602f51071a0.tar.xz | |
devfs: revert commit 4000
induces a kernel panic under normal circumstances
| -rw-r--r-- | sys/src/9/port/devfs.c | 2 |
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); |
