/*
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* $Id: listenlist.c,v 1.14 2007/06/19 23:46:59 tbox Exp $ */
/*! \file */
#include <config.h>
#include <named/listenlist.h>
static void
{
return (ISC_R_NOMEMORY);
return (ISC_R_SUCCESS);
}
void
}
return (ISC_R_NOMEMORY);
return (ISC_R_SUCCESS);
}
static void
{
}
}
void
}
void
}
{
if (enabled)
else
if (result != ISC_R_SUCCESS)
goto cleanup;
if (result != ISC_R_SUCCESS)
goto cleanup_acl;
if (result != ISC_R_SUCCESS)
goto cleanup_listenelt;
return (ISC_R_SUCCESS);
return (result);
}