compile failure on cvs tip --with-krb5

From: Joe Conway <mail(at)joeconway(dot)com>
To: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: compile failure on cvs tip --with-krb5
Date: 2003-06-21 02:48:02
Message-ID: 3EF3C762.3070801@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This change (I'm sure this will wrap poorly -- sorry):
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/libpq/pqcomm.h.diff?r1=1.85&r2=1.86

modified SockAddr, but no corresponding change was made here
(fe-auth.c:612):

case AUTH_REQ_KRB5:
#ifdef KRB5
if (pg_krb5_sendauth(PQerrormsg, conn->sock, &conn->laddr.in,
&conn->raddr.in,
hostname) != STATUS_OK)

It's not obvious to me what the change ought to be though.

Joe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-21 03:32:34 Re: Two weeks to feature freeze
Previous Message Dann Corbit 2003-06-21 00:31:03 Re: Two weeks to feature freeze