svn commit: samba r12049 - in trunk/source/auth: .

vlendec at samba.org vlendec at samba.org
Sat Dec 3 17:44:13 GMT 2005


Author: vlendec
Date: 2005-12-03 17:44:12 +0000 (Sat, 03 Dec 2005)
New Revision: 12049

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

Log:
Remove unused variables
Modified:
   trunk/source/auth/auth_util.c


Changeset:
Modified: trunk/source/auth/auth_util.c
===================================================================
--- trunk/source/auth/auth_util.c	2005-12-03 12:39:47 UTC (rev 12048)
+++ trunk/source/auth/auth_util.c	2005-12-03 17:44:12 UTC (rev 12049)
@@ -1598,8 +1598,6 @@
 BOOL is_trusted_domain(const char* dom_name)
 {
 	DOM_SID trustdom_sid;
-	char *pass = NULL;
-	time_t lct;
 	BOOL ret;
 
 	/* no trusted domains for a standalone server */



More information about the samba-cvs mailing list