added: to plugin thread: message WINIX_PL_THREAD_CAN_MAKE_REDIRECT

(similar as for ticket)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@888 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-09-14 07:14:54 +00:00
parent bd1f717b4c
commit da15323c2f
7 changed files with 85 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ void CreateThread::MakePost()
if( cur->request->status == WINIX_ERR_OK )
{
log << log2 << "CreateThread: added a new thread" << logend;
system->RedirectTo(cur->request->item);
thread_info->MakeRedirectIfPossible(cur->request->item);
SendNotify(cur->request->item);
}
else