From: Jeremy Allison Date: Tue, 28 Apr 2009 23:45:13 +0000 (-0700) Subject: Doh ! Don't need "int dummy" when we have state :-). X-Git-Tag: tdb-1.1.5~866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c732e9446f40e114db891da986ebc137f8adaf2c;p=thirdparty%2Fsamba.git Doh ! Don't need "int dummy" when we have state :-). Jeremy. --- diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c index 340b9dd9aa8..97bc4d14140 100644 --- a/source3/libsmb/clifile.c +++ b/source3/libsmb/clifile.c @@ -433,7 +433,6 @@ static void cli_rename_done(struct tevent_req *subreq); struct cli_rename_state { uint16_t vwv[1]; - int dummy; }; struct tevent_req *cli_rename_send(TALLOC_CTX *mem_ctx,