* hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Don't leak the
authorRoland McGrath <roland@gnu.org>
Sun, 20 May 2001 02:27:56 +0000 (02:27 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 20 May 2001 02:27:56 +0000 (02:27 +0000)
commit6cceab001690e3ec8cc82b6c1e0864855909b855
tree7b930b1df3cb23f73fab5be64561d9aa812a92bf
parenta500fbcd53e4735fbfa0a3f3e909750884e825a3
* hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Don't leak the

result port when failing with ELOOP.  Do the ELOOP check when
following an absolute symlink target as well as relative.
Remove #ifdef SYMLOOP_MAX conditional--it should always be defined.
ChangeLog