mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
Merge branch '2551-char-is-unsigned-on-arm64' into 'main'
Use int type to store result from isc_commandline_parse() Closes #2551 See merge request isc-projects/bind9!4765
This commit is contained in:
@@ -67,7 +67,7 @@ main(int argc, char **argv) {
|
|||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
isc_log_t *lctx = NULL;
|
isc_log_t *lctx = NULL;
|
||||||
uint32_t flags = 0U;
|
uint32_t flags = 0U;
|
||||||
char ch;
|
int ch;
|
||||||
bool downgrade = false;
|
bool downgrade = false;
|
||||||
bool upgrade = false;
|
bool upgrade = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user