Displaying 1 result from an estimated 1 matches for "meth_nam".
Did you mean:
meth_name
2006 Apr 17
9
[Bug 983] Required authentication
...-17 22:00 -------
(From update of attachment 807)
This bit doesn't seem right:
>+ /* Loop until the required authmethods are done */
>+ if (authenticated && options.required_auth1 != NULL) {
>+ if (auth_remove_from_list(&options.required_auth1,
>+ meth_name) != 1)
>+ fatal("INTERNAL ERROR: authenticated method "
>+ "\"%s\" not in required list \"%s\"",
>+ meth_name, options.required_auth1);
>+ debug2("do_authloop: required list now: %s",
>+ options.required_aut...