From: Alan T. DeKok Date: Mon, 16 Jan 2012 20:39:47 +0000 (+0100) Subject: Fix location of label to avoid compiler warnings X-Git-Tag: release_3_0_0_beta0~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09f99e7d2f99d811559e0f89531dcbc7a1a16ab;p=thirdparty%2Ffreeradius-server.git Fix location of label to avoid compiler warnings --- diff --git a/src/modules/rlm_detail/rlm_detail.c b/src/modules/rlm_detail/rlm_detail.c index 7e6eec8dcae..81b53525d5f 100644 --- a/src/modules/rlm_detail/rlm_detail.c +++ b/src/modules/rlm_detail/rlm_detail.c @@ -353,9 +353,9 @@ static int do_detail(void *instance, REQUEST *request, RADIUS_PACKET *packet, RDEBUG2("rlm_detail: Unable to change system group of \"%s\"", buffer); } } -#endif skip_group: +#endif /* * Post a timestamp diff --git a/src/modules/rlm_linelog/rlm_linelog.c b/src/modules/rlm_linelog/rlm_linelog.c index 677397872bf..12575550111 100644 --- a/src/modules/rlm_linelog/rlm_linelog.c +++ b/src/modules/rlm_linelog/rlm_linelog.c @@ -296,9 +296,10 @@ static int do_linelog(void *instance, REQUEST *request) RDEBUG2("Unable to change system group of \"%s\"", buffer); } } -#endif skip_group: +#endif + /* * FIXME: Check length. */