Hi Eddie,
A fix for a compilation error in click/lib/confparse.cc in function cp_time.
--- a/confparse.cc 2007-09-12 14:23:52.552159000 -0400
+++ b/confparse.cc 2007-09-12 14:23:27.339658000 -0400
@@ -1938,7 +1938,7 @@
#else
Timestamp t;
if (cp_time(str, &t)) {
- result->tv_sec = t.timeval();
+ *result = t.timeval();
return true;
} else
return false;
Thanks,
Puneet
_______________________________________________
click mailing list
[email protected]
https://amsterdam.lcs.mit.edu/mailman/listinfo/click