svn commit: samba r10198 - in trunk/source/rpc_client: .

jerry at samba.org jerry at samba.org
Tue Sep 13 12:05:22 GMT 2005


Author: jerry
Date: 2005-09-13 12:05:20 +0000 (Tue, 13 Sep 2005)
New Revision: 10198

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

Log:
commenting out unused function
Modified:
   trunk/source/rpc_client/cli_netlogon.c


Changeset:
Modified: trunk/source/rpc_client/cli_netlogon.c
===================================================================
--- trunk/source/rpc_client/cli_netlogon.c	2005-09-13 06:39:40 UTC (rev 10197)
+++ trunk/source/rpc_client/cli_netlogon.c	2005-09-13 12:05:20 UTC (rev 10198)
@@ -193,6 +193,7 @@
         return result;
 }
 
+#if 0	/* not currebntly used */
 /****************************************************************************
  LSA Authenticate 3
 
@@ -242,6 +243,7 @@
 
         return result;
 }
+#endif 	/* not currebntly used */
 
 /****************************************************************************
  Wrapper function that uses the auth and auth2 calls to set up a NETLOGON



More information about the samba-cvs mailing list