Initialize variables (and silence GCC's -Wunused-variable warning)
authorSergio Durigan Junior <sergiodj@sergiodj.net>
Mon, 14 Apr 2014 05:15:39 +0000 (02:15 -0300)
committerSergio Durigan Junior <sergiodj@sergiodj.net>
Mon, 14 Apr 2014 05:17:00 +0000 (02:17 -0300)
commit50c7ce56c548d669dc9ef4cc0386f79cb7f50a2a
tree02fb56637d509c69b9b425d7fe2b1f52c43919ae
parentf07ca59ecfb05b6303e495a1879c2b46689cf7ee
Initialize variables (and silence GCC's -Wunused-variable warning)

Using -Wunused-variable to compile the code, GCC gives a false positive
about two variables in the code.  This commit initializes those
variables to sane values, in order to silence this warning.
rnetclient.c