]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove extraneous "break"
authorAlan T. DeKok <aland@freeradius.org>
Thu, 19 Jan 2023 20:01:30 +0000 (15:01 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 19 Jan 2023 20:01:30 +0000 (15:01 -0500)
src/lib/util/value.c

index 859f4a9942645df7e7cf3dba5caa7b0903865df0..b2d68f20862194a2e3834bbfc5c12e177928fae8 100644 (file)
@@ -3268,8 +3268,6 @@ int fr_value_box_cast(TALLOC_CTX *ctx, fr_value_box_t *dst,
                dst->vb_date = fr_unix_time_wrap(fr_time_delta_unwrap(src->vb_time_delta));
                return 0;
 
-               break;
-
        case FR_TYPE_TIME_DELTA:
                /*
                 *      Unix time cast to time_delta is just nanoseconds since the epoch.