View Single Post

   
  #1 (permalink)  
Old 04-15-2008, 10:06 PM
Magnus Hagander
 
Posts: n/a
Default Can someone explain this code?

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*?

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote