Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
otgc-android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OTGC
otgc-android
Commits
eaf79459
Commit
eaf79459
authored
Jun 13, 2019
by
Javier Guerra Melgares
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Return a secure IPv4 endpoint if a secure IPv6 endpoint is not present for Wi-Fi Easy Setup
parent
ad1f2126
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
otgc/src/main/java/org/openconnectivity/otgc/devicelist/data/repository/EasySetupRepository.java
.../otgc/devicelist/data/repository/EasySetupRepository.java
+2
-0
No files found.
otgc/src/main/java/org/openconnectivity/otgc/devicelist/data/repository/EasySetupRepository.java
View file @
eaf79459
...
...
@@ -102,6 +102,8 @@ public class EasySetupRepository {
if
(
host
.
startsWith
(
"coaps"
)
&&
!
host
.
contains
(
"."
))
{
coapsIpv6Host
=
host
;
break
;
}
else
if
(
host
.
startsWith
(
"coaps"
))
{
coapsIpv6Host
=
host
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment