From 176c4992ba0d2c1cb4d263892e6750737b2db899 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 25 Jun 1999 08:44:36 +0000 Subject: Update. 1999-06-25 Andreas Jaeger * nscd/connections.c (nscd_run): Use correct type for optlen variable. --- nscd/connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd/connections.c') diff --git a/nscd/connections.c b/nscd/connections.c index f0b3beeca9..eef2568863 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -410,7 +410,7 @@ nscd_run (void *p) if (secure_in_use) { struct ucred caller; - int optlen = sizeof (caller); + socklen_t optlen = sizeof (caller); if (getsockopt (fd, SOL_SOCKET, SO_PEERCRED, &caller, &optlen) < 0) -- cgit 1.4.1