From 0b18036afc3a9b192dac25cb1e2a4c5660253cfa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Sep 2000 13:27:47 +0000 Subject: 2000-09-20 Joel Sherrill * src/objectgetbyindex.c: Do not enable dispatching on an error path it was not disabled on. --- c/src/exec/score/src/objectgetbyindex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/c/src/exec/score/src/objectgetbyindex.c b/c/src/exec/score/src/objectgetbyindex.c index 6cfc2b98cd..a53332fbe5 100644 --- a/c/src/exec/score/src/objectgetbyindex.c +++ b/c/src/exec/score/src/objectgetbyindex.c @@ -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; } -- cgit v1.2.3