2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

We use too old Visual Compiler to use scoped variables

This commit is contained in:
Ondřej Surý
2018-04-11 15:16:34 +02:00
parent 96a07ba867
commit 5311a3b7b5
7 changed files with 9 additions and 10 deletions

View File

@@ -470,6 +470,7 @@ parse_command_line(int argc, char *argv[]) {
int ch;
int port;
const char *p;
char *last;
save_command_line(argc, argv);
@@ -607,7 +608,6 @@ parse_command_line(int argc, char *argv[]) {
else if (!strncmp(isc_commandline_argument,
"mkeytimers=", 11))
{
char *last;
p = strtok_r(isc_commandline_argument + 11, "/", &last);
if (p == NULL)
named_main_earlyfatal("bad mkeytimer");