Skip to content

Commit

Permalink
Remove inspect context
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-rogers committed Aug 13, 2024
1 parent 7bd7b6e commit d1d8bf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/jsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ bool jsd_init(jsd_t* self, const char* ifname, uint8_t enable_autorecovery) {
WARNING("Failed OP transition attempt %d of %d", attempt,
JSD_PO2OP_MAX_ATTEMPTS);

jsd_inspect_context(self);

if (attempt >= JSD_PO2OP_MAX_ATTEMPTS) {
ERROR("Max number of attempts to transition to OPERATIONAL exceeded.");
return false;
Expand Down

0 comments on commit d1d8bf8

Please sign in to comment.