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:01 +00:00
parent 728c6822f8
commit 2c6a049139
4 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
2000-09-20 Joel Sherrill <joel@OARcorp.com>
* src/objectgetbyindex.c: Do not enable dispatching on an
error path it was not disabled on.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Include compile.am.

View File

@@ -68,7 +68,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;
}