==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9217

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #23 from Marco Hess <[email protected]> ---
(In reply to John Crisp from comment #22)
> Just modified 52AuthError like this which seems to work but may be bad
> practice ! 
> 
>   git_footer_html();
>   1;
> #  goto DONE_GITWEB;
> \};

As far as I understand, the auth_hook is called repeatedly over all the
repositories. The auth_error GOTO was intended to abort that loop when an
authentication error occured. 

So to try that return, the calling function needs to have return 0 inserted
right after the auth_error call to ensure that the repository is not shown.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to