fixed bad formal parameter type in get_static(); patch Andy Polyakov
authorGerald Carter <jerry@samba.org>
Thu, 11 Dec 2003 15:35:44 +0000 (15:35 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 11 Dec 2003 15:35:44 +0000 (15:35 +0000)
(This used to be commit 67d893701f09f29e8af56cd98f04131658b39713)

source3/nsswitch/wins.c

index 0fc4e46cdb7959a696797e7b625aabb523e3cd30..779d1b2c6ce6554d59cac975f25ac5f90b9aaec6 100644 (file)
@@ -265,7 +265,7 @@ int lookup(nsd_file_t *rq)
    are the pointers passed in by the C library to the _nss_*_*
    functions. */
 
-static char *get_static(char **buffer, int *buflen, int len)
+static char *get_static(char **buffer, size_t *buflen, int len)
 {
        char *result;