From 788263ba2f749c5bb1546ca6c9363fd508e94280 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 Oct 1998 06:21:33 +0000 Subject: - fixed a bunch of warnings and minor errors - got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway (This used to be commit 91597c12fb593f49b23c7cea5b64dbb89a0428b3) --- source3/smbd/pipes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd/pipes.c') diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c index 65da9337b2..3e10065711 100644 --- a/source3/smbd/pipes.c +++ b/source3/smbd/pipes.c @@ -116,7 +116,6 @@ int reply_pipe_write_and_X(char *inbuf,char *outbuf,int length,int bufsize) pipes_struct *p = get_rpc_pipe_p(inbuf,smb_vwv2); uint32 smb_offs = IVAL(inbuf,smb_vwv3); size_t numtowrite = SVAL(inbuf,smb_vwv10); - BOOL write_through = BITSETW(inbuf+smb_vwv7, 0); int nwritten = -1; int smb_doff = SVAL(inbuf, smb_vwv11); char *data; -- cgit