diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-02-17 13:08:25 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-02-17 13:08:25 +0100 |
commit | f7d514fa13424cf4ddb34634e5feffca89be710b (patch) | |
tree | a6f4c09c7c945f749cfea559c198e229c7a9fcd1 /nslcd/cfg.c | |
parent | 1cc1884587bd156fb210c2a049ae12b763a2a9e1 (diff) |
fix a few bugs found thanks to the new warnings
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@251 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/cfg.c')
-rw-r--r-- | nslcd/cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/cfg.c b/nslcd/cfg.c index a9ba6a1..5b7847b 100644 --- a/nslcd/cfg.c +++ b/nslcd/cfg.c @@ -360,7 +360,7 @@ static enum nss_status do_parse_list(char *values,char ***valptr, #ifdef HAVE_STRTOK_R char *tok_r; #endif /* HAVE_STRTOK_R */ - int valcount; + size_t valcount; int buflen = *pbuflen; char *buffer = *pbuffer; |