[Ns-bugs] [Bug 162] Calling Object::AggregateObject twice with the same Object type silently succeeds

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Thu Apr 10 10:52:56 PDT 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=162





------- Comment #20 from craigdo at ee.washington.edu  2008-04-10 13:52 -------
I looked, and fixing the example scripts to avoid asserting is trivial.

  InternetStackHelper internet;
  internet.Install (c);

instead of

  InternetStackHelper internet;
  internet.Install (c0);
  internet.Install (c1);

I can check in a fix for bug 162 any time.

Addressing Tom's comment #18

> This seems better to me, since similarly, tracking "external" vs. 
> "internal" seems cumbersome from a user perspective.

Not that it matters anymore, but the user didn't track it; the helper did.


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list