s3-libsmb: Don't duplicate kerberos service tickets.
authorAndreas Schneider <asn@samba.org>
Mon, 21 Nov 2011 17:19:43 +0000 (18:19 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 15 Dec 2011 18:30:42 +0000 (19:30 +0100)
commitd0330c7dd64b320cd86e2341b31da6be81ba829b
tree3d7377e8b5be90a8e8ac678aada9f01472ba36e3
parent8eeb3ff753b36f8d33ae55a9ab2d8cc52fffa1a4
s3-libsmb: Don't duplicate kerberos service tickets.

This fixes bug #8628.

Each time we do a client connection. Each time we call to function to
get the service ticket from the cache we duplicate it. So with each
connection we end up with one or three duplicated tickets.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Dec 15 19:30:42 CET 2011 on sn-devel-104
source3/libsmb/clikrb5.c