From: Zoran V. <vas...@us...> - 2005-04-09 09:18:28
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24399 Modified Files: ChangeLog Log Message: See file Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** ChangeLog 8 Apr 2005 19:59:45 -0000 1.38 --- ChangeLog 9 Apr 2005 09:18:18 -0000 1.39 *************** *** 1,2 **** --- 1,7 ---- + 2005-04-09 Zoran Vasiljevic <vas...@us...> + + * nsd/dns.c: Fixed GetAddr() when dealing with gethostbyname_r + calls. In some/many cases we ended up in an infinite loop. + 2005-04-08 Zoran Vasiljevic <vas...@us...> |