You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If PublicKeyCallback returns ErrPartialSuccess we need to check source address
562
+
// and update the returned error if this check fails
563
+
if (candidate.result==nil||candidate.result==ErrPartialSuccess) &&candidate.perms!=nil&&candidate.perms.CriticalOptions!=nil&&candidate.perms.CriticalOptions[sourceAddressCriticalOption] !="" {
0 commit comments