]> git.pond.sub.org Git - empserver/commit
load: Move check for hardened plane into plane_loadable()
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 11 May 2018 16:58:51 +0000 (18:58 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 5 Jan 2021 09:40:40 +0000 (10:40 +0100)
commitbf9cb33fc23b821a3e8221e16bed53faa0405cea
treefd6e61ff5c5aaf159a10b06647815c005413a1c1
parent8b9ce7be4386c3bd30786d25b34da99b35e4cce3
load: Move check for hardened plane into plane_loadable()

This de-duplicates the check, and skips it when unloading.  It never
made sense there, and can't happen anymore since the previous commit.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/commands/load.c