Skip to content

Commit

Permalink
Merge pull request #220 from HenryNe/patch-1
Browse files Browse the repository at this point in the history
Not terminate, if SIOCSIFTXQLEN fail
  • Loading branch information
s-vincent authored Mar 23, 2020
2 parents c74d13b + c451a92 commit b14fd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/asiotap/src/posix/posix_tap_adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ namespace asiotap
{
ec = boost::system::error_code(errno, boost::system::system_category());

return;
/* Whithout return, because 100 is default and would work to. */
}

// Reset the structure for the next call.
Expand Down

0 comments on commit b14fd18

Please sign in to comment.