From: Alan T. DeKok Date: Mon, 18 Feb 2013 18:18:06 +0000 (-0500) Subject: Add empty field to struct X-Git-Tag: release_3_0_0_beta1~1045 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283472f3735ed9eaa0bf2901ea776c1959afac6b;p=thirdparty%2Ffreeradius-server.git Add empty field to struct --- diff --git a/src/modules/rlm_dhcp/rlm_dhcp.c b/src/modules/rlm_dhcp/rlm_dhcp.c index 5c0fb7f9a0f..4c98833a60f 100644 --- a/src/modules/rlm_dhcp/rlm_dhcp.c +++ b/src/modules/rlm_dhcp/rlm_dhcp.c @@ -41,6 +41,7 @@ RCSID("$Id$") * be used as the instance handle. */ typedef struct rlm_dhcp_t { + int nothing; } rlm_dhcp_t;