<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Hi,<br>
<br>
i'll revert calling that a bug - applying those fix causes the string
sequence to be screwed with wrong escaped character in several
environments. results in failing db queries for perfdata &
systemcommands table.<br>
<br>
Kind regards,<br>
Michael<br>
</tt><br>
Michael Friedrich wrote:
<blockquote cite="mid:4AC12CC6.6010000@univie.ac.at" type="cite">
  <pre wrap="">Hi,

Hendrik Baecker wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Looking around in the code, to find a possible cause, I think I found a
small bug in io.c, also
ndo_unescape_buffer:
   if (buffer[x+1]=='\t'){
i think should be
   if (buffer[x+1]=='t'){
but I think this is unrelated to the big perfdata problem.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->Jep, that's a bug since checking for \ and t should resolve into \t but 
the condition never matches right now.

Kind regards,
Michael

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/devconf">http://p.sf.net/sfu/devconf</a>
_______________________________________________
Nagios-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-devel@lists.sourceforge.net">Nagios-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-devel">https://lists.sourceforge.net/lists/listinfo/nagios-devel</a>

  </pre>
</blockquote>
</body>
</html>