From dc6e06c78f44e0e553cd17fc757b94e62dac65ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 15 Oct 2013 13:35:28 +0200 Subject: [PATCH] PoolDriver needs the namespace prefix. --- src/Vfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vfs.cpp b/src/Vfs.cpp index 2478b5b..f4d76a5 100644 --- a/src/Vfs.cpp +++ b/src/Vfs.cpp @@ -111,7 +111,7 @@ std::string VfsFactory::implementedPool() throw () PoolDriver* VfsFactory::createPoolDriver() throw (DmException) { syslog(LOG_DEBUG, "%s", __func__); - return new VfsPoolDriver(this->hostName_, this->diskPrefix_, + return new VfsPoolDriver(this->hostName_, this->nsPrefix_, this->tokenPasswd_, this->tokenUseIp_, this->tokenLife_); } -- 1.8.2.3