git://scientific.zcu.cz
/
dmlite-plugins-vfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e40a7b8
)
Enable full authorization for enhanced version of VFS plugin.
author
František Dvořák
<valtri@civ.zcu.cz>
Fri, 21 Feb 2014 15:39:36 +0000
(16:39 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sun, 23 Feb 2014 13:16:18 +0000
(14:16 +0100)
src/Vfs.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/Vfs.cpp
b/src/Vfs.cpp
index
d3d9244
..
10493f8
100644
(file)
--- a/
src/Vfs.cpp
+++ b/
src/Vfs.cpp
@@
-8,7
+8,7
@@
#include <sys/utsname.h>
#include "Vfs.h"
-#include "VfsAuthn
Simple
.h"
+#include "VfsAuthn.h"
#include "VfsDriver.h"
#include "VfsIO.h"
#include "VfsNs.h"
@@
-134,7
+134,7
@@
IODriver* VfsFactory::createIODriver(PluginManager*) throw (DmException)
Authn* VfsFactory::createAuthn(PluginManager*) throw (DmException)
{
debug("");
- return new VfsAuthn
Simple(
);
+ return new VfsAuthn
(this->nsPrefix_
);
}