make peer IP address and peer IP available to the xauth_module.verify_secret() method
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ xauth_init(void)
|
||||
DBG_log("xauth module: found get_secret() function");
|
||||
}
|
||||
)
|
||||
xauth_module.verify_secret = (bool (*) (const char*, const xauth_t*))
|
||||
xauth_module.verify_secret = (bool (*) (const xauth_peer_t*, const xauth_t*))
|
||||
dlsym(xauth_module.handle, "verify_secret");
|
||||
DBG(DBG_CONTROL,
|
||||
if (xauth_module.verify_secret != NULL)
|
||||
|
||||
Reference in New Issue
Block a user