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 <[email protected]>
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

Reply via email to