Don't invalidate dcons buffer on shutdown.
We would like to keep connection after halt.
This commit is contained in:
parent
11dae06194
commit
5402acc145
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user