[Xorp-cvs] XORP cvs commit: xorp/rtrmgr

Pavlin Radoslavov pavlin@icir.org
Mon, 27 Feb 2006 18:48:30 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-02-27 18:48:30 UTC

XORP CVS repository


Modified files:
	rtrmgr        conf_tree_node.cc 

Log message:
	Replace a sequence of:
	
	    _parent->remove_child(this);
	    delete this;
	
	with
	
	    delete_subtree_silently();
	
	The latter is a cleaner superset of the former.

Revision  Changes                               Path
1.108     +7 -13;  commitid: 2aa9440349567ea6;  xorp/rtrmgr/conf_tree_node.cc