2000-09-20 Joel Sherrill <joel@OARcorp.com>

* src/objectgetbyindex.c: Do not enable dispatching on an
	error path it was not disabled on.
This commit is contained in:
Joel Sherrill
2000-09-20 13:27:47 +00:00
parent 74835d7880
commit 0b18036afc

View File

@@ -67,7 +67,6 @@ Objects_Control *_Objects_Get_by_index(
* With just an index, you can't access a remote object.
*/
_Thread_Enable_dispatch();
*location = OBJECTS_ERROR;
return NULL;
}