Commit 2e804772 authored by Max Kellermann's avatar Max Kellermann

neighbor/smbclient: make Server attributes "const"

parent 8b9df85d
......@@ -37,7 +37,7 @@
class SmbclientNeighborExplorer final : public NeighborExplorer {
struct Server {
std::string name, comment;
const std::string name, comment;
Server(std::string &&_name, std::string &&_comment)
:name(std::move(_name)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment