Skip to content

Commit

Permalink
TRY MORE, +5
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Nov 3, 2024
1 parent 335b7e3 commit d565761
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/micro.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ static bool
_on_service_error(microService *m, const char *subject, natsStatus s)
{
microEndpoint *found = NULL;
const char *subject = NULL;
microError *err = NULL;

if (m == NULL)
Expand All @@ -646,10 +645,7 @@ _on_service_error(microService *m, const char *subject, natsStatus s)
}

if (found != NULL)
{
micro_retain_endpoint(found);
subject = found->subject;
}

_unlock_service(m);

Expand Down

0 comments on commit d565761

Please sign in to comment.