Bug 604 - Simulator::SetImplementation buggy
Simulator::SetImplementation buggy
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: core
ns-3-dev
All All
: P5 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-23 09:19 UTC by Mathieu Lacage
Modified: 2009-06-26 02:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2009-06-23 09:19:13 UTC
it is missing a '*':

  if (PeekImpl () != 0)
    {

should be instead:

  if (*PeekImpl () != 0)
    {
Comment 1 Mathieu Lacage 2009-06-26 02:58:30 UTC
changeset 2e196a48fdce