From: Jorge Pereira Date: Thu, 14 May 2020 13:59:47 +0000 (-0300) Subject: heap: Typo (#3450) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0d77fbda446019136c77c13eb181554f607291;p=thirdparty%2Ffreeradius-server.git heap: Typo (#3450) --- diff --git a/src/lib/util/heap.c b/src/lib/util/heap.c index f480c453a69..76c7153834c 100644 --- a/src/lib/util/heap.c +++ b/src/lib/util/heap.c @@ -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;