Skip to content

Commit

Permalink
Not terminate, if SIOCSIFTXQLEN fail
Browse files Browse the repository at this point in the history
Do not terminate freelan, if SIOCSIFTXQLEN can not set.
100 is the default value. So, it is no problem, if this can not set.
  • Loading branch information
HenryNe authored Mar 22, 2020
1 parent 4bfe5a7 commit c451a92
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 c451a92

Please sign in to comment.