]> git.stg.codes - stg.git/commitdiff
Connect users on add
authorMaxim Mamontov <faust@gts.dp.ua>
Tue, 10 May 2011 15:01:09 +0000 (18:01 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Tue, 10 May 2011 15:01:09 +0000 (18:01 +0300)
projects/sgauthstress/main.cpp

index f4e94b4f61921d6d076e85f7c9cf1702a59bc240..21df6d74f9ea4c7135afc5d6aaaae2301d2f5cc2 100644 (file)
@@ -130,7 +130,8 @@ for (it = userList.begin(); it != userList.end(); ++it)
                 *it,
                 userConf.password,
                 userConf.ips[0].ip
-            )
+            ),
+            true
     );
     }