summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
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;