diff options
author | Simo Sorce <idra@samba.org> | 2006-12-13 16:39:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:27 -0500 |
commit | 25fe484101a589d6d15df21456060888aaaa149a (patch) | |
tree | 76cc054fe51f5b2794461c8dfdc989d7943a12b9 /source3/script | |
parent | 050534827f7dcbc9cd78683e477aaa6dd2ba9394 (diff) | |
download | samba-25fe484101a589d6d15df21456060888aaaa149a.tar.gz samba-25fe484101a589d6d15df21456060888aaaa149a.tar.bz2 samba-25fe484101a589d6d15df21456060888aaaa149a.zip |
r20150: better memory handling for some functions, make sure we don't
leak memory by using the wrong(long lived) mem context
(This used to be commit a28cdd6e742cb72a728bd337546ee95fd4160ed8)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index f4dcee1a7d..5ec96f63e2 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -95,8 +95,6 @@ cat >$COMMONCONFFILE<<EOF log file = $LOGDIR/log.%m log level = 0 - passdb backend = tdbsam - name resolve order = bcast EOF @@ -108,6 +106,8 @@ cat >$CONFFILE<<EOF interfaces = $TORTURE_INTERFACES panic action = $SCRIPTDIR/gdb_backtrace %d %\$(MAKE_TEST_BINARY) include = $COMMONCONFFILE + + passdb backend = tdbsam EOF cat >$SAMBA4CONFFILE<<EOF @@ -126,6 +126,8 @@ cat >$SERVERCONFFILE<<EOF panic action = $SCRIPTDIR/gdb_backtrace %d %\$(MAKE_TEST_BINARY) include = $COMMONCONFFILE + passdb backend = tdbsam + ; Necessary to add the build farm hacks add user script = /bin/false add machine script = /bin/false |