pgsql: Don't send an empty SSPI negotiation packet at the end of the

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't send an empty SSPI negotiation packet at the end of the
Date: 2007-12-04 13:02:53
Message-ID: 20071204130253.4DEBD7540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't send an empty SSPI negotiation packet at the end of the negotiation.

Fixes bug #3750

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-auth.c (r1.133 -> r1.134)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c?r1=1.133&r2=1.134)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2007-12-04 15:37:34 edb-debugger - server: Adjust BreakCountKey so that it can be properly
Previous Message User Dpage 2007-12-04 11:39:32 edb-debugger - server: Use closesocket() on Windows, not close() to