fix confv6 always opening help, after showing it once

This commit is contained in:
Philip Henning 2024-05-30 19:05:16 +02:00
parent 37a1acb307
commit 4fe8838769

View file

@ -205,6 +205,7 @@ confv6::unset() {
unset address unset address
unset prefixlength unset prefixlength
unset router unset router
unset help
return return
} }