Skip to content

Commit

Permalink
feat: const char
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-freddysart committed Jan 3, 2024
1 parent 6ad025f commit e39237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ void rd_kafka_conf_set_oauthbearer_token_refresh_cb(
const char *oauthbearer_config,
void *opaque)) {
}*/
static void kafka_conf_set_oauthbearer_token_refresh_cb(rd_kafka_t *rk, char *oauthbearer_config, void *opaque)
static void kafka_conf_set_oauthbearer_token_refresh_cb(rd_kafka_t *rk, const char *oauthbearer_config, void *opaque)
{
kafka_conf_callbacks *cbs = (kafka_conf_callbacks*) opaque;
zval args[2];
Expand Down

0 comments on commit e39237e

Please sign in to comment.