The branch, master has been updated
       via  9db207d... selftest: Cope with strict.
      from  9ef235e... s4:tortore/rpc/spoolss.c: fix declaration after code 
warning

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


- Log -----------------------------------------------------------------
commit 9db207da071002b4eb671ba8500f1c26963e3859
Author: Jelmer Vernooij <jel...@samba.org>
Date:   Mon Apr 12 16:11:31 2010 +0200

    selftest: Cope with strict.

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

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


Changeset truncated at 500 lines:

diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 7bc14b1..aa3d79c 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -641,7 +641,7 @@ sub read_testlist($)
 
        while (<IN>) {
                if (/-- TEST(-LOADLIST)? --\n/) {
-                       my $supports_loadlist = ($1 eq "-LOADLIST");
+                       my $supports_loadlist = (defined($1) and $1 eq 
"-LOADLIST");
                        my $name = <IN>;
                        $name =~ s/\n//g;
                        my $env = <IN>;


-- 
Samba Shared Repository

Reply via email to