Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
fix: fixed static global variable causing variable content overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
QxQ authored and QxQ committed Sep 22, 2020
1 parent ccc4995 commit a809842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SSPlugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class QvSSPlugin
const QvPluginMetadata GetMetadata() const override
{
return QvPluginMetadata{
"Shadowsocks Plugin", //
"Shadowsocks SIP003 Plugin", //
"Qv2ray Development Group", //
"qvplugin_ss", //
"Add SS SIP003 support for Qv2ray", //
Expand Down
2 changes: 1 addition & 1 deletion interface

0 comments on commit a809842

Please sign in to comment.