Don't invalidate dcons buffer on shutdown.

We would like to keep connection after halt.
This commit is contained in:
simokawa 2007-06-08 08:23:14 +00:00
parent 11dae06194
commit 5402acc145

View File

@ -704,7 +704,9 @@ dcons_modevent(module_t mode, int type, void *data)
break;
case MOD_SHUTDOWN:
#if 0 /* Keep connection after halt */
dg.buf->magic = 0;
#endif
break;
default:
err = EOPNOTSUPP;