mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Use the semantic patch to change the usage isc_mem_create() to new API
This commit is contained in:
@@ -146,7 +146,7 @@ main(int argc, char *argv[]) {
|
||||
if (doexit)
|
||||
exit(0);
|
||||
|
||||
RUNTIME_CHECK(isc_mem_create(0, 0, &mctx) == ISC_R_SUCCESS);
|
||||
isc_mem_create(&mctx);
|
||||
RUNTIME_CHECK(isc_lex_create(mctx, 256, &lex) == ISC_R_SUCCESS);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user