浏览代码

Reusing variable

(that was obviously intended to be reused by ec584f51)

Source commit: a5d866a8514669fe1c3356c4cb433aa65171b249
Martin Prikryl 3 年之前
父节点
当前提交
4ef28272d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/SessionData.cpp

+ 1 - 1
source/core/SessionData.cpp

@@ -2335,7 +2335,7 @@ bool __fastcall TSessionData::ParseUrl(UnicodeString Url, TOptions * Options,
 
       if (RawSettings->Count > 0) // optimization
       {
-        ApplyRawSettings(RawSettings.get(), FLAGSET(Flags, pufUnsafe));
+        ApplyRawSettings(RawSettings.get(), Unsafe);
       }
 
       bool HasPassword = (UserInfo.Pos(L':') > 0);