|
Bugzilla – Full Text Bug Listing |
| Summary: | Simulator::SetImplementation buggy | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | core | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
changeset 2e196a48fdce |
it is missing a '*': if (PeekImpl () != 0) { should be instead: if (*PeekImpl () != 0) {