mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
a case label must be followed by a a statement
This commit is contained in:
@@ -322,7 +322,7 @@ expand_acls(dns_c_acltable_t *table, dns_c_ipmatchlist_t *list)
|
|||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
/* Do nothing */
|
; /* Do nothing */
|
||||||
}
|
}
|
||||||
|
|
||||||
tmpelem = ISC_LIST_NEXT(elem, next);
|
tmpelem = ISC_LIST_NEXT(elem, next);
|
||||||
|
Reference in New Issue
Block a user