diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-26 01:14:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-26 01:14:11 +0000 |
commit | 7b53e1fb2789dac52bbaf2e142564b8e1bf832f5 (patch) | |
tree | 878877b5c20c1bd6ba4f92f209c9b7ce94118f3e /nis | |
parent | c2a4357a4582255e0d69ff5e641cb77e3fcee6fe (diff) | |
download | glibc-7b53e1fb2789dac52bbaf2e142564b8e1bf832f5.tar glibc-7b53e1fb2789dac52bbaf2e142564b8e1bf832f5.tar.gz glibc-7b53e1fb2789dac52bbaf2e142564b8e1bf832f5.tar.bz2 glibc-7b53e1fb2789dac52bbaf2e142564b8e1bf832f5.zip |
(first_shoot): Fix typo.
Diffstat (limited to 'nis')
-rw-r--r-- | nis/nis_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nis_call.c b/nis/nis_call.c index 3a01c2f7a1..14041a160c 100644 --- a/nis/nis_call.c +++ b/nis/nis_call.c @@ -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]; |