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:
@@ -1706,6 +1706,7 @@ aTKline *find_tkline_match_zap_matcher(aClient *cptr, aTKline *tkl)
|
||||
|
||||
return tkl;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/** Find matching (G)ZLINE, if any.
|
||||
|
||||
Reference in New Issue
Block a user