]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/lists.c
Fixed building issues\
[ngircd-alex.git] / src / ngircd / lists.c
index 2ca67e9d444079c00952926a289d6cc1f8a27fcc..8cbe20819f40f72a42847f62fc6ca984e5a7bd18 100644 (file)
@@ -125,7 +125,7 @@ Lists_GetNext(const struct list_elem *e)
  */
 bool
 Lists_Add(struct list_head *h, const char *Mask, time_t ValidUntil,
-         const char *Reason, bool OnlyOnce = false)
+         const char *Reason, bool OnlyOnce)
 {
        struct list_elem *e, *newelem;