Skip to content

Commit

Permalink
bug fix for adminoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jainruchir committed Mar 31, 2023
1 parent 0bfbf67 commit 830d9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdkafka_admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ static void rd_kafka_AdminOptions_init(rd_kafka_t *rk,
&options->include_authorized_operations,
"include_authorized_operations", 0, 1, 0);
else
rd_kafka_confval_disable(&options->require_stable_offsets,
rd_kafka_confval_disable(&options->include_authorized_operations,
"include_authorized_operations");

if (options->for_api == RD_KAFKA_ADMIN_OP_ANY ||
Expand Down

0 comments on commit 830d9b7

Please sign in to comment.