Debug: indent lookup operations
[exim.git] / src / src / lookups / passwd.c
index e726f3e8ee74aac8b0341b0c17a973e9ecfae191..315677ffa7fdf090e85ee9669c456a18a30f9b4b 100644 (file)
@@ -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;