dhcp: Remove useless variable initializer
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Fri, 30 Jan 2015 13:23:49 +0000 (15:23 +0200)
committerNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Fri, 30 Jan 2015 16:16:32 +0000 (18:16 +0200)
commit5a2848bd6463476ff7006a822fa8bd3e62ff5e6d
tree0781304d4dfca4a26678b438ce6b65f835e2d99d
parentdf1013f5b0d642c20adedac36a33df39d6fea92e
dhcp: Remove useless variable initializer

Remove an initialization of a variable, which is then overwritten, in
dhcp_get_option.

This fixes the following Clang warning:
freeradius-server-2.2.6/src/lib/dhcp.c:144:11: warning: Value stored to 'data' during its initialization is never read
src/lib/dhcp.c