avoid compile warning in send_auth_info()
-----------------------------------------
Key: ZOOKEEPER-468
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-468
Project: Zookeeper
Issue Type: Bug
Components: c client
Affects Versions: 3.2.0
Reporter: Chris Darroch
Fix For: 3.2.1
Attachments: ZOOKEEPER-468.patch
Older compilers may complain that rc may be used without initialization in
send_auth_info(), if -Wall is specified. The fix is a simple initialization.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.