|
|
@@ -573,8 +573,8 @@ int CCustMngrAuthFSM::Initial()
|
|
|
if (errCode != Error_Succeed)
|
|
|
return 1;
|
|
|
|
|
|
- FeatureUpdateTask* pTask = new FeatureUpdateTask(this);
|
|
|
- GetEntityBase()->GetFunction()->PostThreadPoolTask(pTask);
|
|
|
+ //FeatureUpdateTask* pTask = new FeatureUpdateTask(this);
|
|
|
+ //GetEntityBase()->GetFunction()->PostThreadPoolTask(pTask);
|
|
|
|
|
|
return 0;
|
|
|
}
|