瀏覽代碼

never set the certfp lookup key before verification

tags/v2.0.0-rc1
Shivaram Lingamneni 4 年之前
父節點
當前提交
a120cc2443
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. 0
    3
      irc/accounts.go

+ 0
- 3
irc/accounts.go 查看文件

@@ -378,9 +378,6 @@ func (am *AccountManager) Register(client *Client, account string, callbackNames
378 378
 			tx.Set(registeredTimeKey, registeredTimeStr, setOptions)
379 379
 			tx.Set(credentialsKey, credStr, setOptions)
380 380
 			tx.Set(callbackKey, callbackSpec, setOptions)
381
-			if certfp != "" {
382
-				tx.Set(certFPKey, casefoldedAccount, setOptions)
383
-			}
384 381
 			return nil
385 382
 		})
386 383
 	}()

Loading…
取消
儲存