mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
removed debugging printf
This commit is contained in:
parent
8e3e48ff56
commit
ae0713cac2
@ -82,7 +82,6 @@ grow_data(isc_lex_t *lex, size_t *remainingp, char **currp, char **prevp) {
|
|||||||
lex->data = new;
|
lex->data = new;
|
||||||
*remainingp += lex->max_token;
|
*remainingp += lex->max_token;
|
||||||
lex->max_token *= 2;
|
lex->max_token *= 2;
|
||||||
fprintf(stderr, "max_token now %d\n", lex->max_token);
|
|
||||||
return (ISC_R_SUCCESS);
|
return (ISC_R_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user