git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0fa85f
)
Додано патч від Alexey Osipov <lion-simba@pridelands.ru>
author
Maxim Mamontov
<faust@gts.dp.ua>
Fri, 4 Feb 2011 12:32:31 +0000
(14:32 +0200)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Fri, 4 Feb 2011 12:32:31 +0000
(14:32 +0200)
Виправлено не стартування консольного авторизатору
stglibs/ia_auth_c.lib/ia_auth_c.cpp
patch
|
blob
|
history
diff --git
a/stglibs/ia_auth_c.lib/ia_auth_c.cpp
b/stglibs/ia_auth_c.lib/ia_auth_c.cpp
index 25e4d8c9df9fa5011c895ed7332c5138131b5595..0579755c16d9fbdf4dd9f5b036b79cb61b28ccf4 100644
(file)
--- a/
stglibs/ia_auth_c.lib/ia_auth_c.cpp
+++ b/
stglibs/ia_auth_c.lib/ia_auth_c.cpp
@@
-421,6
+421,7
@@
return ret;
//---------------------------------------------------------------------------
void IA_CLIENT_PROT::Start()
{
+nonstop = true;
#ifdef WIN32
unsigned long pt;
CreateThread(NULL, 16384, RunW, this, 0, &pt);