mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +02:00
core: make proxy name case sensitive in read of infolist "proxy" (issue #1872)
This commit is contained in:
@@ -1720,7 +1720,7 @@ plugin_api_infolist_proxy_cb (const void *pointer, void *data,
|
||||
ptr_proxy = ptr_proxy->next_proxy)
|
||||
{
|
||||
if (!arguments || !arguments[0]
|
||||
|| string_match (ptr_proxy->name, arguments, 0))
|
||||
|| string_match (ptr_proxy->name, arguments, 1))
|
||||
{
|
||||
if (!proxy_add_to_infolist (ptr_infolist, ptr_proxy))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user