diff --git a/src/server/debugcmd.cc b/src/server/debugcmd.cc index 521250e6cebc..6ce62b0b9e9b 100644 --- a/src/server/debugcmd.cc +++ b/src/server/debugcmd.cc @@ -489,7 +489,7 @@ void DebugCmd::Reload(CmdArgList args) { bool save = true; for (size_t i = 1; i < args.size(); ++i) { - string_view opt = absl::AsciiStrToUpper(ArgS(args, i)); + string opt = absl::AsciiStrToUpper(ArgS(args, i)); VLOG(1) << "opt " << opt; if (opt == "NOSAVE") {