diff --git a/src/ServerShell.cc b/src/ServerShell.cc index 64761f60..2d33698e 100644 --- a/src/ServerShell.cc +++ b/src/ServerShell.cc @@ -87,7 +87,6 @@ commands:\n\ } else if (command_name == "add-license") { shared_ptr l(new License()); - memset(l.get(), 0, sizeof(License)); for (const string& token : split(command_args, ' ')) { if (starts_with(token, "username=")) {