The branch, master has been updated
       via  2bfd2c58f80f56a98d26fca17acaac9b17dc153b (commit)
      from  e6777e5266d03dedea42d31767f8ee6b907d9b53 (commit)

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


- Log -----------------------------------------------------------------
commit 2bfd2c58f80f56a98d26fca17acaac9b17dc153b
Author: Tim Prouty <tpro...@samba.org>
Date:   Wed Mar 11 11:52:14 2009 -0700

    s3 torture: Simple warning fix

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

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


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index a563557..be1d703 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -5005,7 +5005,7 @@ static bool run_chain1(int dummy)
 }
 
 static size_t null_source(uint8_t *inbuf, size_t n,
-                         const uint8_t *outbuf,
+                         const uint8_t **outbuf,
                          void *priv)
 {
        size_t *to_pull = (size_t *)priv;


-- 
Samba Shared Repository

Reply via email to