]> jfr.im git - solanum.git/commitdiff
Fix m_xline [ci skip]
authorElizabeth Myers <redacted>
Wed, 9 Mar 2016 08:10:23 +0000 (02:10 -0600)
committerElizabeth Myers <redacted>
Wed, 9 Mar 2016 08:10:23 +0000 (02:10 -0600)
modules/m_xline.c

index 04e02617ba167fdbbfddd4098468bb5297349ed0..02c162af44019c79baaa1a51e38c1b07b5f8dd07 100644 (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;