diff options
-rw-r--r-- | sbin/hastd/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/control.c b/sbin/hastd/control.c index b0f38d6..6cf30b3 100644 --- a/sbin/hastd/control.c +++ b/sbin/hastd/control.c @@ -327,7 +327,7 @@ control_handle(struct hastd_config *cfg) if (cmd == HASTCTL_SET_ROLE) { role = nv_get_uint8(nvin, "role"); switch (role) { - case HAST_ROLE_INIT: /* Is that valid to set, hmm? */ + case HAST_ROLE_INIT: case HAST_ROLE_PRIMARY: case HAST_ROLE_SECONDARY: break; |