mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Update.
2000-02-18 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c (handle_request): Don't abort() if unknown command is sent.
This commit is contained in:
parent
60c4f8eb1e
commit
64acf8ede4
@ -1,3 +1,8 @@
|
||||
2000-02-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* nscd/connections.c (handle_request): Don't abort() if unknown
|
||||
command is sent.
|
||||
|
||||
2000-02-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* nscd/hstcache.c (cache_addhst): Don't cache name->record entries
|
||||
|
@ -375,7 +375,8 @@ cannot handle old request version %d; current version is %d"),
|
||||
break;
|
||||
|
||||
default:
|
||||
abort ();
|
||||
/* Ignore the command, it's nothing we know. */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user