* PERFORMANCE OF THIS SOFTWARE.
*/
+/* $Id$ */
+
/*! \file */
#define DNS_NAME_USEINLINE 1
case DNS_DIFFOP_DELRESIGN:
options = DNS_DBSUB_EXACT | DNS_DBSUB_WANTOLD;
result = dns_db_subtractrdataset(db, node, ver,
- &rds, options,
- &ardataset);
+ &rds, options,
+ &ardataset);
break;
default:
INSIST(0);
* PERFORMANCE OF THIS SOFTWARE.
*/
+/* $Id$ */
+
#ifndef DNS_RDATALIST_H
#define DNS_RDATALIST_H 1
return;
for (i = 0; i < name->length; i++) {
- /*
+ /*
* Set the case bit if it does not match the recorded bit.
*/
if (name->ndata[i] >= 0x61 && name->ndata[i] <= 0x7a &&