From 3d9fc634ef8164a34adf14c0f77473c6268d2538 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 10 Mar 2006 15:10:47 +0000 Subject: r14160: don't write behind the buffer metze (This used to be commit bce4db8d1c293d05546dfd1b0229252babdb64b2) --- source4/libcli/raw/rawfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/libcli') diff --git a/source4/libcli/raw/rawfile.c b/source4/libcli/raw/rawfile.c index 2eacd1d22e..9d2611f7b2 100644 --- a/source4/libcli/raw/rawfile.c +++ b/source4/libcli/raw/rawfile.c @@ -318,7 +318,6 @@ static struct smbcli_request *smb_raw_nttrans_create_send(struct smbcli_tree *tr SIVAL(params, 40, ea_blob.length); SIVAL(params, 48, parms->ntcreatex.in.impersonation); SCVAL(params, 52, parms->ntcreatex.in.security_flags); - SCVAL(params, 53, 0); /* the empty string first forces the correct alignment */ smbcli_blob_append_string(tree->session, mem_ctx, &nt.in.params,"", 0); -- cgit