You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/07/07 23:50:52 UTC

[mynewt-core] branch master updated: native_sockets; fix typo.

This is an automated email from the ASF dual-hosted git repository.

marko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 4951254  native_sockets; fix typo.
4951254 is described below

commit 4951254eebde18749dbddee4bfede9c76a4bd103
Author: Marko Kiiskila <ma...@runtime.io>
AuthorDate: Fri Jul 7 16:50:37 2017 -0700

    native_sockets; fix typo.
---
 net/ip/native_sockets/src/native_sock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/ip/native_sockets/src/native_sock.c b/net/ip/native_sockets/src/native_sock.c
index 0b36495..fd8373e 100644
--- a/net/ip/native_sockets/src/native_sock.c
+++ b/net/ip/native_sockets/src/native_sock.c
@@ -778,6 +778,7 @@ socket_task(void *arg)
             if (ns->ns_type == SOCK_STREAM && ns->ns_tx) {
                 native_sock_stream_tx(ns, 1);
             }
+        }
     }
 }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].