Fixed locking problem in new iocshRegisterVariable routine.
This commit is contained in:
@@ -163,8 +163,8 @@ void epicsShareAPI iocshRegisterVariable (const iocshVarDef *piocshVarDef)
|
||||
l->next = n;
|
||||
}
|
||||
n->pVarDef = piocshVarDef;
|
||||
iocshTableUnlock ();
|
||||
}
|
||||
iocshTableUnlock ();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user