Commit 51ff0db0 authored by petr/cps@outpost.site's avatar petr/cps@outpost.site
Browse files

Add missing DBUG_RETURN()

parent 3ec542df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -890,7 +890,7 @@ TIME_to_gmt_sec(const TIME *t, const TIME_ZONE_INFO *sp, bool *in_dst_time_gap)
  DBUG_ENTER("TIME_to_gmt_sec");

  if (!validate_timestamp_range(t))
    return 0;
    DBUG_RETURN(0);


  /* We need this for correct leap seconds handling */