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
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
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
IoTivity
iotivity-lite
Commits
46d865db
Commit
46d865db
authored
Aug 28, 2020
by
Kishen Maloor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor cleanup
Signed-off-by:
Kishen Maloor
<
kishen.maloor@intel.com
>
parent
e639a4bb
Pipeline
#1079
passed with stage
in 4 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
port/linux/ipadapter.c
port/linux/ipadapter.c
+0
-3
security/oc_obt.c
security/oc_obt.c
+2
-0
No files found.
port/linux/ipadapter.c
View file @
46d865db
...
...
@@ -645,9 +645,6 @@ process_interface_change_event(void)
}
if
(
if_state_changed
)
{
#ifdef OC_SECURITY
oc_close_all_tls_sessions
();
#endif
/* OC_SECURITY */
for
(
i
=
0
;
i
<
num_devices
;
i
++
)
{
ip_context_t
*
dev
=
get_ip_context_for_device
(
i
);
oc_network_event_handler_mutex_lock
();
...
...
security/oc_obt.c
View file @
46d865db
...
...
@@ -1045,6 +1045,8 @@ device1_RFPRO(int status, void *data)
if
(
!
p
->
switch_dos
)
{
free_credprov_ctx
(
p
,
-
1
);
}
}
else
{
free_credprov_ctx
(
p
,
-
1
);
}
}
...
...
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