diff options
author | Max Kellermann <max@duempel.org> | 2014-02-06 22:11:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-06 22:12:50 +0100 |
commit | a7989077abe2b862b131b7573380a82f889bad95 (patch) | |
tree | 110ef1d67939ae399e4448cd0b8aff7dc463a8f9 /src/neighbor | |
parent | 7e34737b2b516484227b225289e8325f78452a8a (diff) | |
download | mpd-a7989077abe2b862b131b7573380a82f889bad95.tar.gz mpd-a7989077abe2b862b131b7573380a82f889bad95.tar.xz mpd-a7989077abe2b862b131b7573380a82f889bad95.zip |
neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxx
Diffstat (limited to 'src/neighbor')
-rw-r--r-- | src/neighbor/plugins/SmbclientNeighborPlugin.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/neighbor/plugins/SmbclientNeighborPlugin.cxx b/src/neighbor/plugins/SmbclientNeighborPlugin.cxx index ea3a6c2fd..2b81f3ceb 100644 --- a/src/neighbor/plugins/SmbclientNeighborPlugin.cxx +++ b/src/neighbor/plugins/SmbclientNeighborPlugin.cxx @@ -20,6 +20,7 @@ #include "config.h" #include "SmbclientNeighborPlugin.hxx" #include "lib/smbclient/Init.hxx" +#include "lib/smbclient/Domain.hxx" #include "neighbor/NeighborPlugin.hxx" #include "neighbor/Explorer.hxx" #include "neighbor/Listener.hxx" @@ -38,8 +39,6 @@ #include <list> #include <algorithm> -static constexpr Domain smbclient_domain("smbclient"); - class SmbclientNeighborExplorer final : public NeighborExplorer { struct Server { std::string name, comment; |