Skip to content

Commit

Permalink
btrack_orconn_cevent.c: Add a missing "break;"
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed May 6, 2020
1 parent 633366e commit d41f1cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/feature/control/btrack_orconn_cevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ bto_cevent_apconn(const bt_orconn_t *bto)
break;
case OR_CONN_STATE_OPEN:
control_event_bootstrap(BOOTSTRAP_STATUS_AP_HANDSHAKE_DONE, 0);
break;
default:
break;
}
Expand Down

0 comments on commit d41f1cd

Please sign in to comment.