X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Flookups%2Fpasswd.c;h=315677ffa7fdf090e85ee9669c456a18a30f9b4b;hb=9d727701a16bf4a93b136fe01e1bf2e5996c96ee;hp=e726f3e8ee74aac8b0341b0c17a973e9ecfae191;hpb=3386088d5af4d4c61faa12ae29560e2c5bd43304;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/lookups/passwd.c b/src/src/lookups/passwd.c index e726f3e8e..315677ffa 100644 --- a/src/src/lookups/passwd.c +++ b/src/src/lookups/passwd.c @@ -34,7 +34,7 @@ return (void *)(-1); /* Just return something non-null */ static int passwd_find(void *handle, uschar *filename, const uschar *keystring, int length, - uschar **result, uschar **errmsg, BOOL *do_cache) + uschar **result, uschar **errmsg, uint *do_cache) { struct passwd *pw;