]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
heap: Typo (#3450)
authorJorge Pereira <jpereira@users.noreply.github.com>
Thu, 14 May 2020 13:59:47 +0000 (10:59 -0300)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 13:59:47 +0000 (08:59 -0500)
src/lib/util/heap.c

index f480c453a69fa3d9adb62aec94e12570bf41877f..76c7153834c28d04bb51c3b4ca2857eb339f2df0 100644 (file)
@@ -250,7 +250,6 @@ int fr_heap_extract(fr_heap_t *hp, void *data)
                hp->p[parent] = hp->p[max];
 
                fr_heap_bubble(hp, parent);
-               return 0;
        }
 
        return 0;