mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
Fix m_xline [ci skip]
This commit is contained in:
parent
1b916de505
commit
5c1dbc3cc3
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ handle_remote_unxline(struct Client *source_p, const char *name)
|
|||
}
|
||||
|
||||
static void
|
||||
remove_xline(struct Client *source_p, const char *name, int propagated)
|
||||
remove_xline(struct Client *source_p, const char *name, bool propagated)
|
||||
{
|
||||
struct ConfItem *aconf;
|
||||
rb_dlink_node *ptr;
|
||||
|
|
Loading…
Reference in a new issue