git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18523 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 12:51:06 +00:00
parent 989b0b530f
commit 9b3a1cdf7a

View File

@@ -53,7 +53,8 @@ _der_timegm (struct tm *tm)
time_t res = 0;
unsigned i;
/* XXX this is wrong, needs to handle out of months, days, hours, min, sec */
/* XXX this is wrong, needs to handle out of range
* months, days, hours, min, sec */
if (tm->tm_mon < 0 || tm->tm_mon > 11)
return -1;