diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-04 21:58:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-04 21:58:10 +0000 |
commit | 7c11c4a14684f23babd5060931529f095b8f81d3 (patch) | |
tree | 1376da71d6f5dc84720637524c52f902c23c4681 /nscd/connections.c | |
parent | 01f7e9281469ade588b61111eac9911d9a48a1ff (diff) | |
download | glibc-7c11c4a14684f23babd5060931529f095b8f81d3.tar glibc-7c11c4a14684f23babd5060931529f095b8f81d3.tar.gz glibc-7c11c4a14684f23babd5060931529f095b8f81d3.tar.bz2 glibc-7c11c4a14684f23babd5060931529f095b8f81d3.zip |
(do_release_all): Add __libc_freeres_fn_section.
Diffstat (limited to 'nscd/connections.c')
-rw-r--r-- | nscd/connections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index 9db9b150ed..f8efcc26ee 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -342,7 +342,7 @@ cannot handle old request version %d; current version is %d"), { if (req->type == INVALIDATE) dbg_log ("\t%s (%s)", serv2str[req->type], (char *)key); - else if (req > LASTDBREQ && req < LASTREQ) + else if (req->type > LASTDBREQ && req->type < LASTREQ) dbg_log ("\t%s", serv2str[req->type]); else dbg_log (_("\tinvalid request type %d"), req->type); |