devfs: revert commit 4000

induces a kernel panic under normal circumstances
This commit is contained in:
qwx 2018-03-17 11:25:27 +02:00
parent 372d359e28
commit 199f090b6a

View file

@ -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);