Refactoring MtApi

This commit is contained in:
vdemydiuk
2016-11-26 19:27:09 +02:00
parent 88e2d22abe
commit 9a6968f618
4 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ namespace MTApiService
Log.Debug("DequeueTask: called.");
MtCommandTask task;
int count = 0;
int count;
lock (_locker)
{