svn commit: samba r16015 - in trunk/source/passdb: .

jra at samba.org jra at samba.org
Fri Jun 2 23:58:00 GMT 2006


Author: jra
Date: 2006-06-02 23:57:59 +0000 (Fri, 02 Jun 2006)
New Revision: 16015

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

Log:
Add debug to be symetrical with reading from
cache.
Jeremy.

Modified:
   trunk/source/passdb/lookup_sid.c


Changeset:
Modified: trunk/source/passdb/lookup_sid.c
===================================================================
--- trunk/source/passdb/lookup_sid.c	2006-06-02 21:53:09 UTC (rev 16014)
+++ trunk/source/passdb/lookup_sid.c	2006-06-02 23:57:59 UTC (rev 16015)
@@ -1017,6 +1017,10 @@
 	pc->gid = gid;
 	sid_copy(&pc->sid, psid);
 	DLIST_ADD(gid_sid_cache_head, pc);
+
+	DEBUG(3,("store_gid_sid_cache: gid %u in cache -> %s\n", (unsigned int)gid,
+		sid_string_static(psid)));
+
 	n_gid_sid_cache++;
 }
 



More information about the samba-cvs mailing list