Bug 604

Summary: Simulator::SetImplementation buggy
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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