<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2656.60">
<TITLE>Bug in xsddefault.c (2.0b3)</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>In function 'xsddefault_save_status_data', during the dump of program status data, line 344:</FONT>
</P>

<P>        <FONT SIZE=2>fprintf(fp,"\tcheck_service_freshness=%d\n",check_host_freshness);</FONT>
</P>

<P><FONT SIZE=2>Should be :</FONT>
</P>

<P>        <FONT SIZE=2>fprintf(fp,"\tcheck_service_freshness=%d\n",check_service_freshness);</FONT>
</P>

<P><FONT SIZE=2>Xrddefault.c is correct.</FONT>
</P>

</BODY>
</HTML>