2
0
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:
Andreas Gustafsson
1999-09-09 09:24:09 +00:00
parent e6dbac5500
commit eb1570a11b

View File

@@ -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);