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:
smorlat 2008-12-19 10:22:47 +00:00
parent 7672879929
commit eddd0f8f63

View file

@ -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;
}