| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add "ethernet" connection type to getConnectionType to correctly return a connection type when the type is "ethernet"
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When calling getConnectionType on an emulator, the connection type can be returned as "ethernet", which causes getConnectionType to return none when there is a connection.
PR Checklist
2 failed on emulator un-releated to the connectivity code being changed here
To the extent to match the existing connectivity test
What is the current behavior?
If the connection type is "ethernet" getConnectionType will return none.
What is the new behavior?
If the connection type is "ethernet" getConnectionType will properly return the "ethernet" connection type
Fixes/Implements/Closes #5669.