From 510b32ccfc77aed9f3ba8840e759b7dd04ccd8d0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 13 Jun 1997 16:57:38 +0000 Subject: [PATCH] fixed warning --- src/ca/access.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ca/access.c b/src/ca/access.c index 6ebef35f4..ed8aa76ea 100644 --- a/src/ca/access.c +++ b/src/ca/access.c @@ -99,6 +99,9 @@ /************************************************************************/ /* * $Log$ + * Revision 1.95 1997/06/13 09:14:06 jhill + * connect/search proto changes + * * Revision 1.94 1997/05/05 04:40:29 jhill * send_needed replaced by pushPending flag * @@ -3599,10 +3602,10 @@ int ca_channel_status(int tid) IIU *piiu; struct CA_STATIC *pcas; - pcas = (struct ca_static *) + pcas = (struct CA_STATIC *) taskVarGet(tid, (int *)&ca_static); - if (pcas == (struct ca_static *) ERROR) + if (pcas == (struct CA_STATIC *) ERROR) return ECA_NOCACTX; # define ca_static pcas