dlinkAddAlloc -> rb_dlinkAddAlloc

This commit is contained in:
Valery Yatsko 2008-04-02 03:44:26 +04:00
parent f781a34520
commit b96058d185
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ apply_xline(struct Client *source_p, const char *name, const char *reason,
get_oper_name(source_p), name, reason);
}
dlinkAddAlloc(aconf, &xline_conf_list);
rb_dlinkAddAlloc(aconf, &xline_conf_list);
check_xlines();
}