svn commit: samba r12715 - in trunk/source/nsswitch: .

gd at samba.org gd at samba.org
Wed Jan 4 16:00:43 GMT 2006


Author: gd
Date: 2006-01-04 16:00:42 +0000 (Wed, 04 Jan 2006)
New Revision: 12715

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12715

Log:
Remove double talloc_free.

Guenther

Modified:
   trunk/source/nsswitch/winbindd_cred_cache.c


Changeset:
Modified: trunk/source/nsswitch/winbindd_cred_cache.c
===================================================================
--- trunk/source/nsswitch/winbindd_cred_cache.c	2006-01-04 13:04:43 UTC (rev 12714)
+++ trunk/source/nsswitch/winbindd_cred_cache.c	2006-01-04 16:00:42 UTC (rev 12715)
@@ -140,7 +140,6 @@
 	if (ret) {
 		DEBUG(3,("could not renew tickets: %s\n", error_message(ret)));
 		/* maybe we are beyond the renewing window */
-		talloc_free(entry->event);
 		return;
 	}
 



More information about the samba-cvs mailing list