Browse Source

never set the certfp lookup key before verification

tags/v2.0.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
a120cc2443
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      irc/accounts.go

+ 0
- 3
irc/accounts.go View File

@@ -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…
Cancel
Save