Fix assert in HASH_DELETE so it actually tests something useful.

This commit is contained in:
osku 2006-02-28 13:32:12 +00:00
parent 78971825b2
commit 4b62d9b8f4

View file

@ -109,8 +109,8 @@ do {\
\
while (struct3333->NAME != DATA) {\
\
ut_a(struct3333);\
struct3333 = struct3333->NAME;\
ut_a(struct3333);\
}\
\
struct3333->NAME = DATA->NAME;\