mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
second level switch was using the wrong variable
This commit is contained in:
parent
5d51e67c3b
commit
7c89c5c574
@ -146,7 +146,7 @@ doswitch(char *name, char *function, char *args,
|
||||
}
|
||||
if (tt->class && tt->type != lasttype) {
|
||||
fprintf(stdout, "\tcase %d: switch (%s) { \\\n" /*}*/,
|
||||
tt->type, tsw);
|
||||
tt->type, csw);
|
||||
subswitch = 1;
|
||||
}
|
||||
if (tt->class == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user