diff options
author | Tim Prouty <tprouty@samba.org> | 2009-03-11 11:52:14 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-03-11 13:09:24 -0700 |
commit | 2bfd2c58f80f56a98d26fca17acaac9b17dc153b (patch) | |
tree | d8c6235b93494a1ac47e5f1498894f45612fc186 /source3 | |
parent | e6777e5266d03dedea42d31767f8ee6b907d9b53 (diff) | |
download | samba-2bfd2c58f80f56a98d26fca17acaac9b17dc153b.tar.gz samba-2bfd2c58f80f56a98d26fca17acaac9b17dc153b.tar.xz samba-2bfd2c58f80f56a98d26fca17acaac9b17dc153b.zip |
s3 torture: Simple warning fix
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index a563557d5f..be1d70342c 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; |