Enable vfs objects = /full/path/to/object.so
authorVolker Lendecke <vl@sernet.de>
Sun, 28 Oct 2007 10:58:26 +0000 (11:58 +0100)
committerSimo Sorce <idra@samba.org>
Sun, 28 Oct 2007 16:30:44 +0000 (12:30 -0400)
commit6ca0d8124c26edec1d9232d7380c4b66a2915cad
tree55599b6f5f9e8471c47c2e3bd15de3120543ea67
parentd4307679b95088d05f0abad440de5e961ee965df
Enable vfs objects = /full/path/to/object.so

Right now I'm testing a vfs object. I can't right now in make test, because
"vfs objects" assumes the .so files to be in $libdir/vfs. This patch parses the
module name out of the object name in case it starts with "/". The module name
is assumed to be the last path component's basename.
(This used to be commit 95cc019af775a6ab28ea602ad767fa54d7c86197)
source3/smbd/vfs.c