[Feature][ZXW-285]merge P56U05 version
Only Configure: No
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No
Change-Id: Ied657102425a179a89ef41847170152e8a5d437c
diff --git a/ap/app/zte_mdl/zte_mdl.c b/ap/app/zte_mdl/zte_mdl.c
index e3d50ce..d93283c 100755
--- a/ap/app/zte_mdl/zte_mdl.c
+++ b/ap/app/zte_mdl/zte_mdl.c
@@ -102,9 +102,11 @@
int main(int argc, char *argv[])
{
/* nvserver */
- pthread_t nvserver_thread_tid;
- pthread_create(&nvserver_thread_tid, NULL, (void *)nvserver_entry, NULL);
-
+ pthread_t nvserver_thread_tid;
+
+ //daemon(0, 0);
+ pthread_create(&nvserver_thread_tid, NULL, (void *)nvserver_entry, NULL);
+
/* zte_drv_serial_ctrl */
pthread_t zte_drv_serial_ctrl_thread_tid;
pthread_create(&zte_drv_serial_ctrl_thread_tid, NULL, (void *)zte_drv_serial_ctrl_entry, NULL);