From 5c1dbc3cc381ccb7aa0ea886e7d1e467812ebbd6 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Wed, 9 Mar 2016 02:10:23 -0600 Subject: [PATCH] Fix m_xline [ci skip] --- modules/m_xline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_xline.c b/modules/m_xline.c index 04e02617b..02c162af4 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -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;