summaryrefslogtreecommitdiff
path: root/source4/libcli/clifile.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/clifile.c')
-rw-r--r--source4/libcli/clifile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/clifile.c b/source4/libcli/clifile.c
index 7f4384a222..6f1c98555b 100644
--- a/source4/libcli/clifile.c
+++ b/source4/libcli/clifile.c
@@ -268,8 +268,8 @@ int cli_open(struct cli_tree *tree, const char *fname, int flags,
int share_mode)
{
union smb_open open_parms;
- unsigned openfn=0;
- unsigned accessmode=0;
+ uint_t openfn=0;
+ uint_t accessmode=0;
TALLOC_CTX *mem_ctx;
NTSTATUS status;