X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/944e17ac4feac60b77191ddf89326b93fe7cd76e..555ac41f1429114e53d7b31dd34b58fd852274bc:/modules/m_resv.c diff --git a/modules/m_resv.c b/modules/m_resv.c index 50b7fafb..d1e11fcc 100644 --- a/modules/m_resv.c +++ b/modules/m_resv.c @@ -516,7 +516,7 @@ remove_resv(struct Client *source_p, const char *name) ilog(L_KLINE, "UR %s %s", get_oper_name(source_p), name); } /* already have ptr from the loop above.. */ - dlinkDestroy(ptr, &resv_conf_list); + rb_dlinkDestroy(ptr, &resv_conf_list); } free_conf(aconf);