X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgraph.c;h=01f0791dfa8ac7ea7fd761ced83c3070216fde45;hb=95cad1f9e58e9f1a5480e62fc2cdd2c3de33a863;hp=0802bee4306f70775e6f7ac34f9fbdb1d8fbe407;hpb=1b6d2fdc7299279432f4b8cab32f3edf46177aab;p=collection4.git diff --git a/src/graph.c b/src/graph.c index 0802bee..01f0791 100644 --- a/src/graph.c +++ b/src/graph.c @@ -336,7 +336,7 @@ graph_instance_t *graph_inst_find_matching (graph_config_t *cfg, /* {{{ */ return (NULL); for (i = 0; i < cfg->instances_num; i++) - if (inst_matches_ident (cfg->instances[i], ident)) + if (inst_ident_matches (cfg->instances[i], ident)) return (cfg->instances[i]); return (NULL);