summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--time/win32/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/win32/time.c b/time/win32/time.c
index eb1e6f14c..ac75b7b6f 100644
--- a/time/win32/time.c
+++ b/time/win32/time.c
@@ -55,7 +55,7 @@ static void SystemTimeToAprExpTime(apr_time_exp_t *xt, SYSTEMTIME *tm)
{0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
if (tm->wMonth < 1 || tm->wMonth > 12)
- return APR_EBADDATE;
+ return;
/* Note; the caller is responsible for filling in detailed tm_usec,
* tm_gmtoff and tm_isdst data when applicable.