diff options
| author | 2021-05-11 03:53:43 +0100 | |
|---|---|---|
| committer | 2021-05-11 04:07:45 +0100 | |
| commit | 3ca912ad71cdc4004401e0977be73c674bb91fbc (patch) | |
| tree | cf57b43229becfc3d9c8532a2d4f18f095f024ec /src/xline.cpp | |
| parent | Optimise building the link data string. (diff) | |
| parent | Send ERR_BADCHANMASK when trying to OJOIN/SAJOIN an invalid channel. (diff) | |
| download | inspircd++-3ca912ad71cdc4004401e0977be73c674bb91fbc.tar.gz inspircd++-3ca912ad71cdc4004401e0977be73c674bb91fbc.tar.bz2 inspircd++-3ca912ad71cdc4004401e0977be73c674bb91fbc.zip | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/xline.cpp')
| -rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 51f5bb6c9..5ed1479eb 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -398,7 +398,7 @@ XLine* XLineManager::MatchesLine(const std::string &type, const std::string &pat const time_t current = ServerInstance->Time(); - LookupIter safei; + LookupIter safei; for (LookupIter i = x->second.begin(); i != x->second.end(); ) { |
