We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9e16f commit 8463beaCopy full SHA for 8463bea
mosquitto_mosq.c
@@ -590,7 +590,7 @@ switch_status_t mosq_int_option(mosquitto_connection_t *connection)
590
{
591
switch_status_t status = SWITCH_STATUS_SUCCESS;
592
int rc;
593
- int protocol_version = MQTT_PROTOCOL_V31
+ int protocol_version = MQTT_PROTOCOL_V31;
594
595
/*
596
if (!strncasecmp(connection->protocol_version, "V311", 4)) {
0 commit comments