fix problems related to removing casts fro ellLib.h

This commit is contained in:
Marty Kraimer
2002-02-04 15:15:57 +00:00
parent 96d928fa51
commit 4f9fda48ff

View File

@@ -421,7 +421,7 @@ void epicsShareAPI casr (unsigned level)
CA_VERSION_STRING ( CA_MINOR_PROTOCOL_REVISION ) );
LOCK_CLIENTQ
client = (struct client *) ellNext ( &clientQ );
client = (struct client *) ellNext ( &clientQ.node );
if (!client) {
printf("No clients connected.\n");
}