diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-10 15:10:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:56:56 -0500 |
commit | 3d9fc634ef8164a34adf14c0f77473c6268d2538 (patch) | |
tree | f80edabc3e0c5caf8547760cea6691fe6524e5e0 | |
parent | 86497db6113c4ec3210d671c3fcf957d1026098c (diff) | |
download | samba-3d9fc634ef8164a34adf14c0f77473c6268d2538.tar.gz samba-3d9fc634ef8164a34adf14c0f77473c6268d2538.tar.bz2 samba-3d9fc634ef8164a34adf14c0f77473c6268d2538.zip |
r14160: don't write behind the buffer
metze
(This used to be commit bce4db8d1c293d05546dfd1b0229252babdb64b2)
-rw-r--r-- | source4/libcli/raw/rawfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |