From: Mark Andrews Date: Thu, 17 Jan 2013 10:45:46 +0000 (+1100) Subject: s/head/tail/ X-Git-Tag: v9.9.3-P1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e92401adb5cd7a2bf22e328dea44a9c1b5aed8;p=thirdparty%2Fbind9.git s/head/tail/ --- diff --git a/lib/isc/include/isc/list.h b/lib/isc/include/isc/list.h index 508f9fe6a0c..e94f42f0e36 100644 --- a/lib/isc/include/isc/list.h +++ b/lib/isc/include/isc/list.h @@ -103,7 +103,7 @@ (elt)->link.prev = (type *)(-1); \ (elt)->link.next = (type *)(-1); \ ISC_INSIST((list).head != (elt)); \ - ISC_INSIST((list).head != (elt)); \ + ISC_INSIST((list).tail != (elt)); \ } while (0) #define __ISC_LIST_UNLINKUNSAFE(list, elt, link) \