summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-03-12 22:24:12 +0000
committerJeremy Allison <jra@samba.org>2003-03-12 22:24:12 +0000
commitddfed383a0791986c6d08fde67840e99424ebb1a (patch)
tree2ae5e839cca59acaa10b3aa5b5c7e0df601016af /source3/libsmb/clilist.c
parent00d89c3f7c647b56381ba333658c0ed8e02dccdc (diff)
downloadsamba-ddfed383a0791986c6d08fde67840e99424ebb1a.tar.gz
samba-ddfed383a0791986c6d08fde67840e99424ebb1a.tar.bz2
samba-ddfed383a0791986c6d08fde67840e99424ebb1a.zip
Change size parameters from signed to unsigned to fix up warnings.
Jeremy. (This used to be commit 2e9880ef7c259b67eb75edc8098b734c3b7b22c1)
Diffstat (limited to 'source3/libsmb/clilist.c')
-rw-r--r--source3/libsmb/clilist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c
index 89ab5d6414..3884e4da82 100644
--- a/source3/libsmb/clilist.c
+++ b/source3/libsmb/clilist.c
@@ -154,7 +154,7 @@ int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute,
int ff_dir_handle=0;
int loop_count = 0;
char *rparam=NULL, *rdata=NULL;
- int param_len, data_len;
+ unsigned int param_len, data_len;
uint16 setup;
pstring param;