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
41
Issues
41
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
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
9f69c32e
Commit
9f69c32e
authored
Aug 29, 2020
by
Kishen Maloor
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'origin/gaborone' into gaborone+
Signed-off-by:
Kishen Maloor
<
kishen.maloor@intel.com
>
parents
02b19254
3a4515fc
Pipeline
#1089
passed with stage
in 5 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
messaging/coap/observe.c
messaging/coap/observe.c
+1
-3
No files found.
messaging/coap/observe.c
View file @
9f69c32e
...
...
@@ -94,9 +94,7 @@ coap_remove_observer_handle_by_uri(oc_endpoint_t *endpoint, const char *uri,
(
oc_string_len
(
obs
->
url
)
==
(
size_t
)
uri_len
&&
memcmp
(
oc_string
(
obs
->
url
),
uri
,
uri_len
)
==
0
)
&&
obs
->
iface_mask
==
iface_mask
)
{
obs
->
resource
->
num_observers
--
;
oc_list_remove
(
observers_list
,
obs
);
oc_memb_free
(
&
observers_memb
,
obs
);
coap_remove_observer
(
obs
);
removed
++
;
break
;
}
...
...
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