This commit is contained in:
David Leadbeater 2026-09-08 23:31:27 +10:00 committed by GitHub
commit c63dca8753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,7 +260,7 @@ void proxy_dump_data(CLIENT_REC *client)
for (;; tmp++) { for (;; tmp++) {
if (*tmp != NULL) { if (*tmp != NULL) {
g_string_append_printf(paramstr, "%s ", *tmp); g_string_append_printf(paramstr, "%s ", *tmp);
if (++count < 15) if (++count < 13)
continue; continue;
} }