[SCM] Samba Shared Repository - branch master updated

Richard Sharpe sharpe at samba.org
Wed Feb 13 00:04:02 MST 2013


The branch, master has been updated
       via  a64a617 Add a herald with version string to smbtorture
      from  fa3924f Fix bug 9519 - Samba returns unexpected error on SMB posix open.

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


- Log -----------------------------------------------------------------
commit a64a617e103983e2423cca2e8e09009d2e571b2b
Author: Richard Sharpe <realrichardsharpe at gmail.com>
Date:   Wed Feb 6 13:02:13 2013 -0800

    Add a herald with version string to smbtorture
    
    Signed-off-by: Richard Sharpe <realrichardsharpe at gmail.com>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Richard Sharpe <sharpe at samba.org>
    Autobuild-Date(master): Wed Feb 13 08:03:21 CET 2013 on sn-devel-104

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

Summary of changes:
 source4/torture/smbtorture.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c
index 95f0719..1a1fa34 100644
--- a/source4/torture/smbtorture.c
+++ b/source4/torture/smbtorture.c
@@ -420,6 +420,8 @@ int main(int argc,char *argv[])
 
 	setlinebuf(stdout);
 
+	printf("smbtorture %s\n", samba_version_string());
+
 	/* we are never interested in SIGPIPE */
 	BlockSignals(true, SIGPIPE);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list