Skip to content

Commit 126dcab

Browse files
committed
No need to traverse direct matches
1 parent f7789b7 commit 126dcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apteryxd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ static gboolean _refresh_paths (GNode *node, gpointer data)
19141914
{
19151915
/* Match this exactly and go no further */
19161916
_node_to_path (node, &path);
1917-
refreshers_traverse (path, cb_all);
1917+
call_refreshers (path, false);
19181918
free (path);
19191919
return FALSE;
19201920
}

0 commit comments

Comments
 (0)