Check radius_get_vp return value
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Thu, 29 Jan 2015 11:57:59 +0000 (13:57 +0200)
committerNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Fri, 30 Jan 2015 16:16:32 +0000 (18:16 +0200)
commitccf298652f8845d02a13fe35f2eaa051f9007584
tree8143054d0a7f9894542c8c3d363904e2d2899da9
parent531d47bf6eccd87849de31f0fb628214bb73f5ba
Check radius_get_vp return value

Check radius_get_vp return value in modcall_recurse to match other
invocations.

This fixes the following Coverity error:

Error: CHECKED_RETURN (CWE-252):
freeradius-server-2.2.6/src/main/modcall.c:649: check_return: Calling "radius_get_vp" without checking return value (as is done elsewhere 6 out of 7 times).
src/main/modcall.c