On 07/09/2014 02:44 PM, Peter Krempa wrote:
Split out checking of invalid metadata type from the switch statement
so
that we can use the typecasted enum value to allow tracking addition of
new items by the compliler.
Also avoids two dead-code break statements.
---
Version 2:
- move the check back to the original function so that we don't break forward compat
src/conf/domain_conf.c | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
ACK
Jan