From c4c5c242cd0becd47a429d8a8a9400e41cf34405 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 23 Jun 2000 22:28:22 +0000 Subject: [PATCH] when changing the name of a parameter, remember to change the uses of it. duh. --- lib/omapi/listener.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/omapi/listener.c b/lib/omapi/listener.c index 20370161a2..ff2f377293 100644 --- a/lib/omapi/listener.c +++ b/lib/omapi/listener.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: listener.c,v 1.25 2000/06/23 22:22:24 tale Exp $ */ +/* $Id: listener.c,v 1.26 2000/06/23 22:28:22 tale Exp $ */ /* * Subroutines that support the generic listener object. @@ -321,7 +321,7 @@ omapi_listener_listen(omapi_object_t *caller, isc_sockaddr_t *addr, /* * Now tell the kernel to listen for connections. */ - result = isc_socket_listen(listener->socket, max); + result = isc_socket_listen(listener->socket, backlog); if (result == ISC_R_SUCCESS) { /*