1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 23:13:12 +02:00

Missing return NULL in find_tkline_match_zap_matcher (due to commit from

a few days ago)
This commit is contained in:
Bram Matthys
2019-03-09 10:23:19 +01:00
parent ad063ba36a
commit 5d69fe9d93
+1
View File
@@ -1706,6 +1706,7 @@ aTKline *find_tkline_match_zap_matcher(aClient *cptr, aTKline *tkl)
return tkl;
}
return NULL;
}
/** Find matching (G)ZLINE, if any.