mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
macro definitions should not end in a semicolon
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: update.c,v 1.72 2000/11/06 08:11:04 marka Exp $ */
|
/* $Id: update.c,v 1.73 2000/11/15 19:04:41 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -466,7 +466,7 @@ rrset_exists_action(void *data, rr_t *rr) {
|
|||||||
(*exists = ISC_TRUE, ISC_R_SUCCESS) : \
|
(*exists = ISC_TRUE, ISC_R_SUCCESS) : \
|
||||||
((result == ISC_R_SUCCESS) ? \
|
((result == ISC_R_SUCCESS) ? \
|
||||||
(*exists = ISC_FALSE, ISC_R_SUCCESS) : \
|
(*exists = ISC_FALSE, ISC_R_SUCCESS) : \
|
||||||
result));
|
result))
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set '*exists' to true iff an rrset of the given type exists,
|
* Set '*exists' to true iff an rrset of the given type exists,
|
||||||
|
Reference in New Issue
Block a user