Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index f9c400ad30..dc896c434e 100644 --- a/config.c +++ b/config.c @@ -3482,7 +3482,7 @@ const char *current_config_origin_type(void) int type; if (current_config_kvi) type = current_config_kvi->origin_type; - else if(cf) + else if (cf) type = cf->origin_type; else BUG("current_config_origin_type called outside config callback"); -- 2.32.0.94.g4574ca548c