]> git.ipfire.org Git - thirdparty/suricata.git/commit
unix-socket: fix shadowed variable 2495/head
authorJason Ish <ish@unx.ca>
Tue, 17 Jan 2017 21:48:33 +0000 (15:48 -0600)
committerJason Ish <ish@unx.ca>
Tue, 17 Jan 2017 21:54:26 +0000 (15:54 -0600)
commit20111cab23a5281c08d5982df9195ba47ca1c202
tree804f89a9e0dac38d69cb0e053fa3d1682f425f5d
parent3e70d7befc198a5c55944bc7ef0899f31f1a3d1f
unix-socket: fix shadowed variable

ret does not need to be redefined here, the existing
declaration of ret can be used.
src/unix-manager.c