summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cli_smb2_fnum.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2014-05-08 20:08:41 -0700
committerStefan Metzmacher <metze@samba.org>2014-05-09 23:10:07 +0200
commit2900dfa5b928ef237e72ac4e15481e083d61750a (patch)
treebb391841dfa0b8086cd3fe0bac12d34eac0fc984 /source3/libsmb/cli_smb2_fnum.c
parent4bc9bbef4a556a363e985d13e75fb62ed9e5cd03 (diff)
downloadsamba-2900dfa5b928ef237e72ac4e15481e083d61750a.tar.gz
samba-2900dfa5b928ef237e72ac4e15481e083d61750a.tar.xz
samba-2900dfa5b928ef237e72ac4e15481e083d61750a.zip
s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_returns' so we can use this in SMB1 create returns as well.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/libsmb/cli_smb2_fnum.c')
-rw-r--r--source3/libsmb/cli_smb2_fnum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/cli_smb2_fnum.c b/source3/libsmb/cli_smb2_fnum.c
index 1e2047ef67..8eb776a132 100644
--- a/source3/libsmb/cli_smb2_fnum.c
+++ b/source3/libsmb/cli_smb2_fnum.c
@@ -163,7 +163,7 @@ NTSTATUS cli_smb2_create_fnum(struct cli_state *cli,
uint32_t create_disposition,
uint32_t create_options,
uint16_t *pfid,
- struct smb2_create_returns *cr)
+ struct smb_create_returns *cr)
{
NTSTATUS status;
struct smb2_hnd h;
@@ -660,7 +660,7 @@ NTSTATUS cli_smb2_qpathinfo_basic(struct cli_state *cli,
uint32_t *attributes)
{
NTSTATUS status;
- struct smb2_create_returns cr;
+ struct smb_create_returns cr;
uint16_t fnum = 0xffff;
size_t namelen = strlen(name);