Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Oct 25, 2024
1 parent 7b74988 commit 056a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdkafka.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ PHP_METHOD(RdKafka, oauthbearerSetToken)
case IS_DOUBLE:
lifetime_ms = (int64_t) Z_DVAL_P(zlifetime_ms);
break;
case IS_STRING:
case IS_STRING:;
char *str = Z_STRVAL_P(zlifetime_ms);
char *end;
lifetime_ms = (int64_t) strtoll(str, &end, 10);
Expand Down

0 comments on commit 056a9f8

Please sign in to comment.