Skip to content

Commit c0f017f

Browse files
committed
fix typo
1 parent eb3815d commit c0f017f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ShadowsocksX-NG/ServerProfileManager.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ class ServerProfileManager: NSObject {
109109
&& value.serverPort == profile.serverPort
110110
&& value.ssrProtocol == profile.ssrProtocol
111111
&& value.ssrObfs == profile.ssrObfs
112-
&& value.ssrObfsParam == value.ssrObfsParam
113-
&& value.ssrProtocolParam == value.ssrProtocolParam
112+
&& value.ssrObfsParam == profile.ssrObfsParam
113+
&& value.ssrProtocolParam == profile.ssrProtocolParam
114+
&& value.remark == profile.remark
114115
if ret {
115116
return (ret, index)
116117
}

0 commit comments

Comments
 (0)