From: Alan T. DeKok Date: Mon, 10 Jul 2023 20:19:34 +0000 (-0400) Subject: remove unused assignment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d49001f243b22fefce3446d58ade90bd1593c27;p=thirdparty%2Ffreeradius-server.git remove unused assignment --- diff --git a/src/protocols/dhcpv4/encode.c b/src/protocols/dhcpv4/encode.c index baa90a33a6c..7d8413171d7 100644 --- a/src/protocols/dhcpv4/encode.c +++ b/src/protocols/dhcpv4/encode.c @@ -706,7 +706,7 @@ static ssize_t encode_vsio(fr_dbuff_t *dbuff, if (len <= 0) return len; } - vp = fr_dcursor_next(&vendor_cursor); + (void) fr_dcursor_next(&vendor_cursor); } /*