src/plugin.c: Add assertions to detect if two linked lists are the same.
authorFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Fri, 13 Jun 2008 12:57:10 +0000 (14:57 +0200)
committerFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Fri, 13 Jun 2008 12:57:10 +0000 (14:57 +0200)
commit620ba7b575a4d2a9c8c997a240d178980b39276f
tree1ef0c678dba46bda669db9d6254a64345fbbbd48
parentc9cce919dd741a09986519b496cecaa7781f139e
src/plugin.c: Add assertions to detect if two linked lists are the same.

This will catch errors as just fixed in the exec plugin in the future.
src/plugin.c