]> git.pond.sub.org Git - empserver/commit
Add missing error check for thread creation for WIN32
authorRon Koenderink <rkoenderink@yahoo.ca>
Fri, 12 Sep 2008 01:14:35 +0000 (19:14 -0600)
committerRon Koenderink <rkoenderink@yahoo.ca>
Fri, 12 Sep 2008 13:22:28 +0000 (07:22 -0600)
commit4d7d7bb77ed2f2d66e391af45b62d35b8a30c03f
treeac3f3e852110b1fd3c4eee2f1ccbb77a02ace152
parentaf2a87e490b00ce28d2dd657e43e3ce7c755427f
Add missing error check for thread creation for WIN32

_beginthread() call in empth_create() has two error
return values 0L and 1L.  Add the missing check for 0L.
src/lib/empthread/ntthread.c