From 6441f493875d484d2b50712ceeeaee9f07e79b64 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 10 May 2011 18:01:09 +0300 Subject: [PATCH] Connect users on add --- projects/sgauthstress/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/sgauthstress/main.cpp b/projects/sgauthstress/main.cpp index f4e94b4f..21df6d74 100644 --- a/projects/sgauthstress/main.cpp +++ b/projects/sgauthstress/main.cpp @@ -130,7 +130,8 @@ for (it = userList.begin(); it != userList.end(); ++it) *it, userConf.password, userConf.ips[0].ip - ) + ), + true ); } -- 2.43.2