remove another license double-clear

This commit is contained in:
Martin Michelsen
2022-01-03 11:01:47 -08:00
parent daf33e1061
commit 7bdf9f1e25
-1
View File
@@ -87,7 +87,6 @@ commands:\n\
} else if (command_name == "add-license") {
shared_ptr<License> l(new License());
memset(l.get(), 0, sizeof(License));
for (const string& token : split(command_args, ' ')) {
if (starts_with(token, "username=")) {