From 7b53e1fb2789dac52bbaf2e142564b8e1bf832f5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 26 Oct 2004 01:14:11 +0000 Subject: [PATCH] (first_shoot): Fix typo. --- nis/nis_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nis/nis_call.c b/nis/nis_call.c index 3a01c2f..14041a1 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]; -- 2.7.4