[SCM] Samba Shared Repository - branch master updated
Andrew Tridgell
tridge at samba.org
Wed Apr 27 01:32:01 MDT 2011
The branch, master has been updated
via 7fa51fa selftest: we don't get valgrind errors any more with iconv
from e877d4f build: fixed build problems due to implicit library deps in samba3core
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 7fa51fa130ddd1208f30b3136cf4359b8fea3749
Author: Andrew Tridgell <tridge at samba.org>
Date: Wed Apr 27 16:39:55 2011 +1000
selftest: we don't get valgrind errors any more with iconv
this check was causing the CP850 warning in the combined build, as the
s3 tests want CP850, but we don't have builtin support for that
charset
Pair-Programmed-With: Andrew Bartlett <abartlet at samba.org>
Autobuild-User: Andrew Tridgell <tridge at samba.org>
Autobuild-Date: Wed Apr 27 09:31:44 CEST 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
selftest/selftest.pl | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
Changeset truncated at 500 lines:
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index c45ccb3..5077a17 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -599,11 +599,6 @@ sub write_clientconf($$$)
open(CF, ">$conffile");
print CF "[global]\n";
- if (defined($ENV{VALGRIND})) {
- print CF "\ticonv:native = true\n";
- } else {
- print CF "\ticonv:native = false\n";
- }
print CF "\tnetbios name = client\n";
if (defined($vars->{DOMAIN})) {
print CF "\tworkgroup = $vars->{DOMAIN}\n";
--
Samba Shared Repository
More information about the samba-cvs
mailing list