fix flags argument to add-license shell command

This commit is contained in:
Martin Michelsen
2023-10-28 16:52:56 -07:00
parent 45c2b792f7
commit c496abc2bf
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ Proxy session commands:\n\
l->serial_number = stoul(token.substr(7));
} else if (starts_with(token, "flags=")) {
string mask = token.substr(11);
string mask = token.substr(6);
if (mask == "normal") {
l->flags = 0;
} else if (mask == "mod") {