aboutsummaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
Diffstat (limited to 'nscd')
-rw-r--r--nscd/connections.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c
index 2db64c1..f80ca85 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;
}
}