projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a4357
)
(first_shoot): Fix typo.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 26 Oct 2004 01:14:11 +0000
(
01:14
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 26 Oct 2004 01:14:11 +0000
(
01:14
+0000)
nis/nis_call.c
patch
|
blob
|
history
diff --git
a/nis/nis_call.c
b/nis/nis_call.c
index
3a01c2f
..
14041a1
100644
(file)
--- 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 = NUL
L
;
fd_result *fd_res;
XDR xdrs;
char domain[strlen (name) + 3];