]> 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:47:15 +0000 (21:47 +1100)
lib/isc/include/isc/list.h

index 508f9fe6a0c6a1b7e1466cf4405b663c60cd0257..e94f42f0e36aefcc4757923c431d714068792525 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) \