From: Alan T. DeKok Date: Thu, 19 Jan 2023 20:01:30 +0000 (-0500) Subject: remove extraneous "break" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=789b77e5e7034085ce7307312f6f330ea932d516;p=thirdparty%2Ffreeradius-server.git remove extraneous "break" --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index 859f4a99426..b2d68f20862 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -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.