- New semantics for BASIC_INFO, ADD_HOST and DEL_HOST requests. This will
improve connection list consistency, ensures the tree property, and allows for recovery from situations where track of connections is lost.
This commit is contained in:
parent
e8e7379311
commit
18c85caac3
6 changed files with 153 additions and 95 deletions
|
|
@ -16,7 +16,7 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
$Id: netutl.c,v 1.12.4.5 2000/06/29 13:04:15 guus Exp $
|
||||
$Id: netutl.c,v 1.12.4.6 2000/06/29 17:09:06 guus Exp $
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
@ -192,7 +192,7 @@ cp
|
|||
}
|
||||
else
|
||||
{
|
||||
name = xmalloc(strlen(host->h_name));
|
||||
name = xmalloc(strlen(host->h_name)+1);
|
||||
sprintf(name, "%s", host->h_name);
|
||||
}
|
||||
cp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue