|
Bugzilla – Full Text Bug Listing |
| Summary: | Minor Error in UDP Echo Apps | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Joe Kopena <tjkopena> |
| Component: | samples | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | P4 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Joe Kopena
2008-05-16 04:02:26 UTC
Generally, the code should be written as if (m_socket != 0) to avoid this kind of problem. i.e., avoid relying on implicit conversions. |