Bug 2539

Summary: emu-fd-net-device-helper.cc dead assignment
Product: ns-3 Reporter: natale.patriciello
Component: fd-net-deviceAssignee: alina <aquereilhac>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs, tomh
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   
Attachments: patch

Description natale.patriciello 2016-11-06 05:59:04 UTC
Created attachment 2657 [details]
patch

Very simple fix, remember that execlp should not return. Just read somewhere the status variable.
Comment 1 natale.patriciello 2016-11-07 13:27:24 UTC
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.
Comment 2 Tom Henderson 2016-11-07 13:43:12 UTC
This seems uncontroversial, so I would recommend to push in a day or two if no comments received.
Comment 3 alina 2016-11-07 21:15:27 UTC
Thank you for the fix. 

Committed in changeset bc96ed291d1e.