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_2_2_0~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09cc5745efa2861c4c9d4386d8ad66b6ac6dc67;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 4be7f7b9873..712a9d0c9c0 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. */