mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +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:
|
||||
/* Do nothing */
|
||||
; /* Do nothing */
|
||||
}
|
||||
|
||||
tmpelem = ISC_LIST_NEXT(elem, next);
|
||||
|
Reference in New Issue
Block a user