Re: Can someone explain this code? - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: Can someone explain this code?
Date
Msg-id e51f66da0707190345x45d3c0a1uc2571feaf3de3e23@mail.gmail.com
Whole thread Raw
In response to Can someone explain this code?  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On 7/19/07, Magnus Hagander <magnus@hagander.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


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Can someone explain this code?
Next
From: Magnus Hagander
Date:
Subject: Re: Can someone explain this code?