mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
(first_shoot): Fix typo.
This commit is contained in:
parent
c2a4357a45
commit
7b53e1fb27
@ -483,7 +483,7 @@ rec_dirsearch (const_nis_name name, directory_obj *dir, nis_error *status)
|
||||
static directory_obj *
|
||||
first_shoot (const_nis_name name, directory_obj *dir)
|
||||
{
|
||||
directory_obj *obj = NUL;
|
||||
directory_obj *obj = NULL;
|
||||
fd_result *fd_res;
|
||||
XDR xdrs;
|
||||
char domain[strlen (name) + 3];
|
||||
|
Loading…
Reference in New Issue
Block a user