Add missing DBUG_RETURN()

This commit is contained in:
petr/cps@outpost.site 2006-11-05 23:25:34 +03:00
parent 3ec542dfbd
commit 51ff0db079

View File

@ -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"); DBUG_ENTER("TIME_to_gmt_sec");
if (!validate_timestamp_range(t)) if (!validate_timestamp_range(t))
return 0; DBUG_RETURN(0);
/* We need this for correct leap seconds handling */ /* We need this for correct leap seconds handling */