Closed sni closed 3 years ago
std::list->unique fails to compare contact_members properly, because each contact member instance has its own pointer. To fix this, we add a unique callback which compares the underlying contact pointer.
Signed-off-by: Sven Nierlein sven@nierlein.de
std::list->unique fails to compare contact_members properly, because each contact member instance has its own pointer. To fix this, we add a unique callback which compares the underlying contact pointer.
Signed-off-by: Sven Nierlein sven@nierlein.de