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

From Magnus Hagander
Subject Re: Can someone explain this code?
Date
Msg-id 20070719104530.GD13175@svr2.hagander.net
Whole thread Raw
In response to Re: Can someone explain this code?  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Can someone explain this code?  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Thu, Jul 19, 2007 at 06:41:17AM -0400, Stephen Frost wrote:
> * Magnus Hagander (magnus@hagander.net) wrote:
> > #ifndef KRB5
> >     (void) hostname;            /* not used */
> > #endif
> [...]
> > What does that code actually *do*?
> 
> Stop the compiler from complaining about an unused argument.

That makes sense, except my compiled didn't warn even when I took it out
:-) Ah, well, thanks for clearifying.

//Magnus


pgsql-hackers by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: Can someone explain this code?
Next
From: Magnus Hagander
Date:
Subject: Re: Future of krb5 authentication