Skip to content

Commit 8463bea

Browse files
committed
Fix syntax error
1 parent cd9e16f commit 8463bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mosquitto_mosq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ switch_status_t mosq_int_option(mosquitto_connection_t *connection)
590590
{
591591
switch_status_t status = SWITCH_STATUS_SUCCESS;
592592
int rc;
593-
int protocol_version = MQTT_PROTOCOL_V31
593+
int protocol_version = MQTT_PROTOCOL_V31;
594594

595595
/*
596596
if (!strncasecmp(connection->protocol_version, "V311", 4)) {

0 commit comments

Comments
 (0)