mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 23:57:30 -04:00
remove stray nbits reference.
This commit is contained in:
parent
2a23a62524
commit
f38cee6326
1 changed files with 2 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: name_test.c,v 1.36 2004/03/05 04:58:39 marka Exp $ */
|
||||
/* $Id: name_test.c,v 1.37 2004/04/13 03:31:14 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -319,8 +319,7 @@ main(int argc, char *argv[]) {
|
|||
}
|
||||
if (namereln != dns_namereln_none &&
|
||||
namereln != dns_namereln_equal)
|
||||
printf(", nlabels = %u, nbits = %u",
|
||||
nlabels, nbits);
|
||||
printf(", nlabels = %u", nlabels);
|
||||
printf("\n");
|
||||
}
|
||||
printf("dns_name_equal() returns %s\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue