Fixed locking problem in new iocshRegisterVariable routine.

This commit is contained in:
Andrew Johnson
2003-07-15 22:13:23 +00:00
parent a4c82bfd9f
commit ac4890e5c9

View File

@@ -163,8 +163,8 @@ void epicsShareAPI iocshRegisterVariable (const iocshVarDef *piocshVarDef)
l->next = n;
}
n->pVarDef = piocshVarDef;
iocshTableUnlock ();
}
iocshTableUnlock ();
}
/*