dlinkAddAlloc -> rb_dlinkAddAlloc
This commit is contained in:
parent
d269d0b639
commit
f40f6bc1cb
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ apply_xline(struct Client *source_p, const char *name, const char *reason,
|
||||||
get_oper_name(source_p), name, reason);
|
get_oper_name(source_p), name, reason);
|
||||||
}
|
}
|
||||||
|
|
||||||
dlinkAddAlloc(aconf, &xline_conf_list);
|
rb_dlinkAddAlloc(aconf, &xline_conf_list);
|
||||||
check_xlines();
|
check_xlines();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue