Code

Much simpler handling of timestamp errors. Return an error to the user
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 7 Nov 2008 13:51:24 +0000 (13:51 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 7 Nov 2008 13:51:24 +0000 (13:51 +0000)
commit9709e09637e477eede068be90906d42a9337fe45
tree89b2f8c2b6853fba9998224c6641f5ececd765d4
parent872b63bbe6dd3705ec82523c6b37dca3182d288a
Much simpler handling of timestamp errors.  Return an error to the user
when any of the time stamp values are invalid.  This is similar to
RRDTool's normal behavior.  Removed the complex logic previously used to
return error codes to the user.

This solves a bug where non-advancing timestamps could have produced
incorrect error output during "BATCH" mode.  The bug was cause by using
the sock->wbuf pointer for the error output. -- kevin brintnall

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1648 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_daemon.c