Revert 757d403dfff023fdb122a155f6a05d33daa76410 - module
authorJeremy Allison <jra@samba.org>
Thu, 26 Mar 2009 21:48:34 +0000 (14:48 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 26 Mar 2009 21:48:34 +0000 (14:48 -0700)
order shouldn't matter & I have a more correct fix for this.
Jeremy.

source3/script/tests/selftest.sh

index af77c79491edad14c97efec583d8b2b6cc4cc418..a430d01a0ee38e3270cc90412fc0ea47cc87c598 100755 (executable)
@@ -238,7 +238,7 @@ cat >$SERVERCONFFILE<<EOF
        map hidden = yes
        map system = yes
        create mask = 755
-       vfs objects = $BINDIR/streams_depot.so $BINDIR/xattr_tdb.so
+       vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_depot.so
 
        #Include user defined custom parameters if set
        $INCLUDE_CUSTOM_CONF