Changed node implementation. Previously, keys of skip list, although defined
as null pointers, contained actual key (type of RRset, that is), which did not comply with definitions, and therefore was producing warnings. Changed node test, so that they reflect this fact. Skip list's function return_list() and list_length() now obsolete. Refs #121
Please register or sign in to comment