File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1302,7 +1302,7 @@ static amqp_rpc_reply_t amqp_login_inner(
13021302 {
13031303 amqp_table_entry_t default_properties [6 ];
13041304 amqp_table_t default_table ;
1305- amqp_table_entry_t client_capabilities [1 ];
1305+ amqp_table_entry_t client_capabilities [2 ];
13061306 amqp_table_t client_capabilities_table ;
13071307 amqp_connection_start_ok_t s ;
13081308 amqp_pool_t * channel_pool ;
@@ -1322,6 +1322,8 @@ static amqp_rpc_reply_t amqp_login_inner(
13221322
13231323 client_capabilities [0 ] =
13241324 amqp_table_construct_bool_entry ("authentication_failure_close" , 1 );
1325+ client_capabilities [1 ] =
1326+ amqp_table_construct_bool_entry ("exchange_exchange_bindings" , 1 );
13251327
13261328 client_capabilities_table .entries = client_capabilities ;
13271329 client_capabilities_table .num_entries =
You can’t perform that action at this time.
0 commit comments