mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix behaviour when using nohup.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@210 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
7672879929
commit
eddd0f8f63
1 changed files with 2 additions and 0 deletions
|
|
@ -341,10 +341,12 @@ static void *prompt_reader_thread(void *arg){
|
|||
have_prompt=TRUE;
|
||||
ms_mutex_unlock(&prompt_mutex);
|
||||
}
|
||||
/*
|
||||
ms_mutex_lock(&prompt_mutex);
|
||||
strcpy(received_prompt,"quit");
|
||||
have_prompt=TRUE;
|
||||
ms_mutex_unlock(&prompt_mutex);
|
||||
*/
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue