From c47b745967b506e473de4cf3cb4c7319ae60fb1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 11 Oct 2013 15:26:09 +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