summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-03-13 00:51:05 +0000
committerJeremy Allison <jra@samba.org>2003-03-13 00:51:05 +0000
commitdbe2858b862232ede390fe0088f82d1e826612f9 (patch)
treecb377cb1395a8890f29251245e00e73e6d88ce20 /source3/libsmb/clilist.c
parent30d1059b7a29f3f565122c2913531f5cf8a8ce44 (diff)
downloadsamba-dbe2858b862232ede390fe0088f82d1e826612f9.tar.gz
samba-dbe2858b862232ede390fe0088f82d1e826612f9.tar.bz2
samba-dbe2858b862232ede390fe0088f82d1e826612f9.zip
Change size parameters from signed to unsigned to fix up warnings.
Jeremy. (This used to be commit 33b11d5eb53bdeb9d279d221fd5c01579253e1c7)
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;