From 7a4f43ac4a7db2c9e74609b1d40d67e1ae1d1e5e Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 28 Apr 2005 20:24:25 +0000 Subject: Fixes minor typo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1251 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/commands.cpp b/src/commands.cpp index c1d9f80ab..05c93e201 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1551,7 +1551,7 @@ void handle_squit(char **parameters, int pcnt, userrec *user) } bool have_this_server = true; int n_count = 0; - server_to_squit = ""; + std::string server_to_squit = ""; while (have_this_server) { have_this_server = false; -- cgit v1.2.3