Re: Can someone explain this code?

From: Stephen Frost <sfrost(at)snowman(dot)net>
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:41:17
Message-ID: 20070719104117.GF4887@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Magnus Hagander (magnus(at)hagander(dot)net) wrote:
> #ifndef KRB5
> (void) hostname; /* not used */
> #endif
[...]
> What does that code actually *do*?

Stop the compiler from complaining about an unused argument.

Thanks,

Stephen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2007-07-19 10:45:17 Re: Can someone explain this code?
Previous Message Stephen Frost 2007-07-19 10:38:08 Re: Future of krb5 authentication