summaryrefslogtreecommitdiff
path: root/netfs/daemonService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/daemonService.cpp')
-rw-r--r--netfs/daemonService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/daemonService.cpp b/netfs/daemonService.cpp
index 04ff9da..0daf992 100644
--- a/netfs/daemonService.cpp
+++ b/netfs/daemonService.cpp
@@ -7,7 +7,7 @@ ServiceServer::ServiceServer(int16_t hs, DaemonGlobalStatePtr dgs) :
}
Ice::Long
-ServiceServer::connect(const std::string & share, const std::string & auth, const Ice::Current &)
+ServiceServer::connect(const std::string & share, const std::string &, const Ice::Current &)
{
DaemonGlobalState::NSP s = dgs->newSession(hostseed, share);
return s.get<0>();