Re: Can someone explain this code?

From: "Marko Kreen" <markokr(at)gmail(dot)com>
To: "Magnus Hagander" <magnus(at)hagander(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Can someone explain this code?
Date: 2007-07-19 10:45:17
Message-ID: e51f66da0707190345x45d3c0a1uc2571feaf3de3e23@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-07-19 10:45:30 Re: Can someone explain this code?
Previous Message Stephen Frost 2007-07-19 10:41:17 Re: Can someone explain this code?