
9 Jul
2014
9 Jul
'14
2:57 p.m.
On 07/09/14 14:52, Ján Tomko wrote:
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
Pushed; Thanks. Peter