From 5d742160177b4eeade01b1250bdad17fcd57586b Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 11 Jan 2016 20:59:07 -0500 Subject: [PATCH] rsrv: unnecessary use of global --- src/ioc/rsrv/caserverio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioc/rsrv/caserverio.c b/src/ioc/rsrv/caserverio.c index c5865d91d..15a26375a 100644 --- a/src/ioc/rsrv/caserverio.c +++ b/src/ioc/rsrv/caserverio.c @@ -222,7 +222,7 @@ void cas_send_dg_msg ( struct client * pclient ) /* * add placeholder for the first version message should it be needed */ - rsrv_version_reply ( prsrv_cast_client ); + rsrv_version_reply ( pclient ); SEND_UNLOCK(pclient);