X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fidtree%2Fidtree.c;fp=ccan%2Fidtree%2Fidtree.c;h=5bd8882220868d02d4d172ded3967643f6507b17;hb=fb33661a05d2e42b675f4d84718312b400ae52a4;hp=48add6a8ac4fa917751ac92a06709a730b9e0ba6;hpb=2b48199f339c411c047dc1ecba889bd413bf2663;p=ccan diff --git a/ccan/idtree/idtree.c b/ccan/idtree/idtree.c index 48add6a8..5bd88822 100644 --- a/ccan/idtree/idtree.c +++ b/ccan/idtree/idtree.c @@ -135,7 +135,7 @@ restart: */ sh = IDTREE_BITS * (l + 1); if (oid >> sh == id >> sh) - continue; + continue; else goto restart; }