[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-971-gf5ff4a5

Stefan Metzmacher metze at samba.org
Thu Feb 21 14:56:25 GMT 2008


The branch, v4-0-test has been updated
       via  f5ff4a571cdf7d00d065f4a4996880020f1f459f (commit)
      from  14c8e3101cc3b0138a551afdf3a94f4bb11bb21d (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit f5ff4a571cdf7d00d065f4a4996880020f1f459f
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Feb 21 15:54:31 2008 +0100

    selftest: fix --socket-wrapper-pcap
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source/selftest/selftest.pl b/source/selftest/selftest.pl
index aa4423c..73d03f3 100755
--- a/source/selftest/selftest.pl
+++ b/source/selftest/selftest.pl
@@ -204,7 +204,7 @@ sub getlog_env($);
 
 sub setup_pcap($)
 {
-	my ($state, $name) = @_;
+	my ($name) = @_;
 
 	return unless ($opt_socket_wrapper_pcap);
 	return unless defined($ENV{SOCKET_WRAPPER_PCAP_DIR});


-- 
Samba Shared Repository


More information about the samba-cvs mailing list