summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/nttrans.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-17 13:12:24 +1100
committerAndrew Tridgell <tridge@samba.org>2009-10-17 13:12:24 +1100
commit46b7938d7e66c2ce25e605cd7c579f905c146616 (patch)
tree13c613e47447cf4abb8fdf2146e86b7753a2256d /source4/smb_server/smb/nttrans.c
parentbf6fcc612139c27d4b5837611cdafbb05f48d11d (diff)
downloadsamba-46b7938d7e66c2ce25e605cd7c579f905c146616.tar.gz
samba-46b7938d7e66c2ce25e605cd7c579f905c146616.tar.bz2
samba-46b7938d7e66c2ce25e605cd7c579f905c146616.zip
s4-smbserver: removed bogus initialisation of two union arms
Thanks to Metze for spotting this.
Diffstat (limited to 'source4/smb_server/smb/nttrans.c')
-rw-r--r--source4/smb_server/smb/nttrans.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/smb_server/smb/nttrans.c b/source4/smb_server/smb/nttrans.c
index 316305aa29..91b6aba096 100644
--- a/source4/smb_server/smb/nttrans.c
+++ b/source4/smb_server/smb/nttrans.c
@@ -119,7 +119,6 @@ static NTSTATUS nttrans_create(struct smbsrv_request *req,
params = trans->in.params.data;
io->ntcreatex.in.flags = IVAL(params, 0);
- io->ntcreatex.in.root_fid.fnum = IVAL(params, 4);
io->ntcreatex.in.root_fid.ntvfs = smbsrv_pull_fnum(req, params, 4);
io->ntcreatex.in.access_mask = IVAL(params, 8);
io->ntcreatex.in.alloc_size = BVAL(params, 12);