Hi,<div>I read the dname_to_string function, it use a static buffer as a return value, so if I like a code like as following. the output would be wrong.</div><div>code for wrong output.</div><div>dname_type *d1;</div><div>dname_type *d2;</div><div>log_msg(LOG_INFO, "%s, %s",  dname_to_string(d1), dname_to_string(d2) );</div><div>now, the output which have two dname is repeated,even if the variable d1 and variable d2 have different domain name.</div><div><br></div><div><div><br></div><div><br></div></div>