ypldap: Fix mismatch in array bounds for ldapclient().

Reviewed by:	emaste
Reported by:	GCC -Warray-parameter
Differential Revision:	https://reviews.freebsd.org/D36807
This commit is contained in:
John Baldwin 2022-10-03 16:10:41 -07:00
parent d74024a490
commit c41b161812

View File

@ -197,7 +197,7 @@ int parse_config(struct env *, const char *, int);
int cmdline_symset(char *);
/* ldapclient.c */
pid_t ldapclient(int []);
pid_t ldapclient(int [2]);
/* ypldap.c */
void purge_config(struct env *);