summaryrefslogtreecommitdiff
path: root/utils/open-isns/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/open-isns/socket.c')
-rw-r--r--utils/open-isns/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/open-isns/socket.c b/utils/open-isns/socket.c
index 7a5dfd4..47481c6 100644
--- a/utils/open-isns/socket.c
+++ b/utils/open-isns/socket.c
@@ -562,7 +562,7 @@ void
isns_net_stream_accept(isns_socket_t *sock)
{
isns_socket_t *child;
- size_t optlen;
+ socklen_t optlen;
int fd, passcred = 0;
fd = accept(sock->is_desc, NULL, NULL);