You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/11/08 13:28:51 UTC

[GitHub] [mynewt-nimble] jrotkiewicz commented on a change in pull request #1018: Dialog and bttester

jrotkiewicz commented on a change in pull request #1018:
URL: https://github.com/apache/mynewt-nimble/pull/1018#discussion_r744723134



##########
File path: nimble/host/util/src/addr.c
##########
@@ -55,8 +55,13 @@ ble_hs_util_ensure_rand_addr(void)
 
     /* Otherwise, try to load a random address. */
     rc = ble_hs_util_load_rand_addr(&addr);
+
     if (rc != 0) {
-        return rc;
+        /* If it didn't work, generate random address */

Review comment:
       > I feel like this should be a separate PR. It is a standalone fix and we can get it in faster that way.
   
   https://github.com/apache/mynewt-nimble/pull/1084




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org