pull/179/merge
wowmui 2017-09-26 01:12:44 +00:00 committed by GitHub
commit f89cf0ab26
2 changed files with 6 additions and 6 deletions

View File

@ -388,7 +388,7 @@ PeerInfo *retrieve_peerinfo(THD *thd)
{
PeerInfo *peer = (PeerInfo *) THDVAR(thd, peer_info);
if (THDVAR(thd, peer_is_uds) && peer != NULL);
if (THDVAR(thd, peer_is_uds) && peer != NULL)//;
{
return peer;
}