added conn_name to xauth_module.verify_secret() function call

This commit is contained in:
Andreas Steffen
2007-04-25 07:00:16 +00:00
parent f47e450be9
commit f24a62278b
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ xauth_get_secret(xauth_t *xauth_secret)
* find a matching secret
*/
static bool
xauth_verify_secret(const xauth_t *xauth_secret)
xauth_verify_secret(const char *conn_name, const xauth_t *xauth_secret)
{
bool found = FALSE;
secret_t *s;