From 64acf8ede4f6d694c556175829c18195ad8106eb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 18 Feb 2000 17:25:16 +0000 Subject: Update. 2000-02-18 Ulrich Drepper * nscd/connections.c (handle_request): Don't abort() if unknown command is sent. --- nscd/connections.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/connections.c b/nscd/connections.c index 2db64c14b5..f80ca856a9 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -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; } } -- cgit v1.2.3