On 7/19/07, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> int
> pg_fe_sendauth(AuthRequest areq, PGconn *conn, const char *hostname,
> const char *password, char *PQerrormsg)
> {
> #ifndef KRB5
> (void) hostname; /* not used */
> #endif
>
> ...
>
> (fe-auth.c)
>
> What does that code actually *do*?
Somebody tried to work around "unused argument" warning?
--
marko