mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04: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:
commit
2c9c16e334
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue