mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
lint
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: rbt.c,v 1.54 1999/08/12 07:47:21 halley Exp $ */
|
/* $Id: rbt.c,v 1.55 1999/08/26 07:14:25 halley Exp $ */
|
||||||
|
|
||||||
/* Principal Authors: DCL */
|
/* Principal Authors: DCL */
|
||||||
|
|
||||||
@@ -1894,7 +1894,6 @@ dns_rbtnodechain_current(dns_rbtnodechain_t *chain, dns_name_t *name,
|
|||||||
else
|
else
|
||||||
result = dns_name_concatenate(NULL, dns_rootname,
|
result = dns_name_concatenate(NULL, dns_rootname,
|
||||||
origin, NULL);
|
origin, NULL);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return (result);
|
return (result);
|
||||||
|
Reference in New Issue
Block a user