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:
parent
d74024a490
commit
c41b161812
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user