]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix location of label to avoid compiler warnings
authorAlan T. DeKok <aland@freeradius.org>
Mon, 16 Jan 2012 20:39:47 +0000 (21:39 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 Jan 2012 20:39:47 +0000 (21:39 +0100)
src/modules/rlm_detail/rlm_detail.c
src/modules/rlm_linelog/rlm_linelog.c

index 4be7f7b9873f998bd9b3c6e98cade2bb8ba8409d..712a9d0c9c076c497ed70da1f15ef9bab4da4125 100644 (file)
@@ -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
index 677397872bfa9dd2f198c9e8cbab2fdc7ae53b93..12575550111bef4cc5852992efd2973c8aa53a74 100644 (file)
@@ -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.
         */