[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-234-gfd82f59

Stefan Metzmacher metze at samba.org
Fri Jan 30 09:04:17 GMT 2009


The branch, master has been updated
       via  fd82f593d75363e3d38f314425bc95ee192299b8 (commit)
      from  27e4032287e72bd3b1299210a487a5c16c8ae143 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fd82f593d75363e3d38f314425bc95ee192299b8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Jan 30 10:01:48 2009 +0100

    selftest: fix default option name
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 selftest/selftest.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 7d40db5..cf25fa1 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -752,7 +752,8 @@ sub setup_env($)
 	my $option = $name;
 
 	$envname =~ s/:.*//;
-	$option =~ s/^[^:]*://;
+	$option =~ s/^[^:]*//;
+	$option =~ s/^://;
 
 	$option = "client" if $option eq "";
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list