]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_zline.cpp
Remove unneeded "fd" member of issl_session
[user/henk/code/inspircd.git] / src / commands / cmd_zline.cpp
index f275ac313f04bd3e9b9059f50c210201e024dd34..b0df24a9526af63118541653298c7bbd9b30ea2a 100644 (file)
@@ -35,7 +35,7 @@ CmdResult CommandZline::Handle (const std::vector<std::string>& parameters, User
                }
 
                User *u = ServerInstance->FindNick(target.c_str());
-               
+
                if (u)
                {
                        target = u->GetIPString();