|
Bugzilla – Full Text Bug Listing |
| Summary: | emu-fd-net-device-helper.cc dead assignment | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | fd-net-device | Assignee: | alina <aquereilhac> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | patch | ||
There is the same problem on src/fd-net-device/helper/tap-fd-net-device-helper.cc ; if I get an ok, I will push the same changes for both files. This seems uncontroversial, so I would recommend to push in a day or two if no comments received. Thank you for the fix. Committed in changeset bc96ed291d1e. |
Created attachment 2657 [details] patch Very simple fix, remember that execlp should not return. Just read somewhere the status variable.