make peer IP address and peer IP available to the xauth_module.verify_secret() method
This commit is contained in:
+1
-1
@@ -647,7 +647,7 @@ xauth_get_secret(xauth_t *xauth_secret)
|
||||
* find a matching secret
|
||||
*/
|
||||
static bool
|
||||
xauth_verify_secret(const char *conn_name, const xauth_t *xauth_secret)
|
||||
xauth_verify_secret(const xauth_peer_t *peer, const xauth_t *xauth_secret)
|
||||
{
|
||||
bool found = FALSE;
|
||||
secret_t *s;
|
||||
|
||||
Reference in New Issue
Block a user