Is it kosher to attempt unlinking an object which is not in the list? On the same page, is attempting to link an object to the list if that object is already in the list fatal, like ao2_t_link(peers, peer, "...") if the peer is already in peers? -kkm