summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xline.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xline.cpp b/src/xline.cpp
index 3c9d8a269..1387ac755 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -134,6 +134,7 @@ bool DoELine(ServerConfig* conf, const char* tag, char** entries, ValueList &val
bool XLine::Matches(User *u)
{
+ return false;
}
IdentHostPair XLineManager::IdentSplit(const std::string &ident_and_host)