dont crash if this isrun before iocInit

This commit is contained in:
Jeff Hill
2000-05-24 22:09:28 +00:00
parent 34b352cc5b
commit ad792ae19a

View File

@@ -477,6 +477,10 @@ void epicsShareAPI casr (unsigned level)
size_t bytes_reserved;
struct client *client;
if ( ! clientQlock ) {
return;
}
printf ("Channel Access Server V%d.%d\n",
CA_PROTOCOL_VERSION, CA_MINOR_VERSION);