]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
s/head/tail/
authorMark Andrews <marka@isc.org>
Thu, 17 Jan 2013 10:45:46 +0000 (21:45 +1100)
committerMark Andrews <marka@isc.org>
Thu, 17 Jan 2013 10:45:46 +0000 (21:45 +1100)
lib/isc/include/isc/list.h

index 7c8efbdc77dc939accd76db7c4bb4bf3bd3d3dc7..c73173212dc48627f02e5b4c2616d1b59270524b 100644 (file)
                (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) \