2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +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:
Ondřej Surý
2021-03-04 10:20:18 +00:00

View File

@@ -67,7 +67,7 @@ main(int argc, char **argv) {
isc_result_t result;
isc_log_t *lctx = NULL;
uint32_t flags = 0U;
char ch;
int ch;
bool downgrade = false;
bool upgrade = false;