From: Tobias Oetiker Date: Sun, 1 Jun 2008 20:31:12 +0000 (+0000) Subject: fliped order of rrd_context entries to match up with what was defined in rrd.h (based... X-Git-Tag: 1.2.29~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4c69e08dec92c04efe366387011f6262d7fd11;p=thirdparty%2Frrdtool-1.x.git fliped order of rrd_context entries to match up with what was defined in rrd.h (based on debuan bug 450578 git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1391 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_not_thread_safe.c b/src/rrd_not_thread_safe.c index 91455143..c721cc2a 100644 --- a/src/rrd_not_thread_safe.c +++ b/src/rrd_not_thread_safe.c @@ -23,8 +23,8 @@ static int rrd_context_init = 0; static struct rrd_context global_ctx = { MAXLEN, ERRBUFLEN, + rrd_liberror, rrd_error, - rrd_liberror }; /* #include */