Skip to content

Commit 5067114

Browse files
committed
Fixed typo
1 parent b19b21b commit 5067114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ProxySQL_Admin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3525,7 +3525,7 @@ void ProxySQL_Admin::load_mysql_servers_to_runtime() {
35253525
}
35263526
}
35273527
proxy_debug(PROXY_DEBUG_ADMIN, 4, "hid=%d , hostname=%s , port=%d , status=%s , weight=%d , compression=%d , max_connections=%d , max_replication_lag=%d, use_ssl=%d, max_latency_ms=%d\n",
3528-
atoi(r->fields[0]), r->fields[1], atoi(r->fields[2]), r->fields[3], atoi(r->fields[4]), atoi(r->fields[5]), atoi(r->fields[6]), atoi(r->fields[7])
3528+
atoi(r->fields[0]), r->fields[1], atoi(r->fields[2]), r->fields[3], atoi(r->fields[4]), atoi(r->fields[5]), atoi(r->fields[6]), atoi(r->fields[7]),
35293529
atoi(r->fields[8]), // use_ssl
35303530
atoi(r->fields[9]) // max_latency_ms
35313531
);

0 commit comments

Comments
 (0)