From 1709e27af74b494c7316a8dc7678e764429b6dbb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Jun 1999 23:15:52 +0000 Subject: Update. * nscd/connections.c (handle_request): Use correct type for optlen variable. --- nscd/connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/connections.c b/nscd/connections.c index d40d987..f0b3bee 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -324,7 +324,7 @@ cannot handle old request version %d; current version is %d"), else { struct ucred caller; - int optlen = sizeof (caller); + socklen_t optlen = sizeof (caller); if (getsockopt (fd, SOL_SOCKET, SO_PEERCRED, &caller, &optlen) < 0) { -- cgit v1.1