You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/08/22 19:58:47 UTC

[1/2] incubator-mynewt-core git commit: Fixed bug where ID was always wrong in response

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop d49726b34 -> 4751ae0d8


Fixed bug where ID was always wrong in response


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/fcda6e7c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/fcda6e7c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/fcda6e7c

Branch: refs/heads/develop
Commit: fcda6e7c7b621de808f9796025f0d7d094e77f37
Parents: 5de9a72
Author: Brian Giori <br...@gmail.com>
Authored: Fri Aug 19 12:21:10 2016 -0700
Committer: Brian Giori <br...@gmail.com>
Committed: Fri Aug 19 12:21:10 2016 -0700

----------------------------------------------------------------------
 libs/newtmgr/src/newtmgr.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/fcda6e7c/libs/newtmgr/src/newtmgr.c
----------------------------------------------------------------------
diff --git a/libs/newtmgr/src/newtmgr.c b/libs/newtmgr/src/newtmgr.c
index c3bc614..d15b4b9 100644
--- a/libs/newtmgr/src/newtmgr.c
+++ b/libs/newtmgr/src/newtmgr.c
@@ -472,7 +472,6 @@ nmgr_handle_req(struct nmgr_transport *nt, struct os_mbuf *req)
 
         rsp_hdr->nh_len = htons(rsp_hdr->nh_len);
         rsp_hdr->nh_group = htons(rsp_hdr->nh_group);
-        rsp_hdr->nh_id = htons(rsp_hdr->nh_id);
 
         off += sizeof(hdr) + OS_ALIGN(hdr.nh_len, 4);
     }


[2/2] incubator-mynewt-core git commit: This closes #96.

Posted by cc...@apache.org.
This closes #96.

Merge remote-tracking branch 'bgiori/newtmgr-id-bug' into develop

* bgiori/newtmgr-id-bug:
  Fixed bug where ID was always wrong in response


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/4751ae0d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4751ae0d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4751ae0d

Branch: refs/heads/develop
Commit: 4751ae0d8f5aefa2a2ae9e8d41652c08a7538ca0
Parents: d49726b fcda6e7
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Aug 22 12:52:37 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Aug 22 12:52:37 2016 -0700

----------------------------------------------------------------------
 libs/newtmgr/src/newtmgr.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------