Fix m_xline [ci skip]

This commit is contained in:
Elizabeth Myers 2016-03-09 02:10:23 -06:00
parent 1b916de505
commit 5c1dbc3cc3

View file

@ -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;