mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:02:05 -04:00
duplicate code consistently
This commit is contained in:
parent
6b31d9c568
commit
751af0ee2f
1 changed files with 2 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdata.c,v 1.154 2001/11/15 19:44:50 bwelling Exp $ */
|
||||
/* $Id: rdata.c,v 1.155 2001/11/26 23:37:24 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <ctype.h>
|
||||
|
|
@ -987,9 +987,7 @@ dns_mnemonic_fromtext(unsigned int *valuep, isc_textregion_t *source,
|
|||
*valuep = n;
|
||||
return (ISC_R_SUCCESS);
|
||||
}
|
||||
/*
|
||||
* It was not a number after all; fall through.
|
||||
*/
|
||||
/* It was not a number after all; fall through. */
|
||||
}
|
||||
|
||||
for (i = 0; table[i].name != NULL; i++) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue