rsrv: unnecessary use of global

This commit is contained in:
Michael Davidsaver
2016-01-11 20:59:07 -05:00
committed by Michael Davidsaver
parent 991ff308e0
commit 5d74216017
+1 -1
View File
@@ -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);