/*
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008, 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: lwdnoop.c,v 1.13 2008/01/22 23:28:04 tbox Exp $ */
/*! \file */
#include <config.h>
#include <named/lwdclient.h>
void
isc_region_t r;
if (result != LWRES_R_SUCCESS)
goto send_error;
if (lwres != LWRES_R_SUCCESS)
goto cleanup_req;
if (result != ISC_R_SUCCESS)
goto cleanup_lwb;
/*
* We can now destroy request.
*/
return;
}