svn commit: samba r10801 - in branches/SAMBA_3_0/source/rpc_client: .

jra at samba.org jra at samba.org
Fri Oct 7 04:53:31 GMT 2005


Author: jra
Date: 2005-10-07 04:53:30 +0000 (Fri, 07 Oct 2005)
New Revision: 10801

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

Log:
Janitor for tpot - remember to keep 3.0 in sync.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/rpc_client/cli_pipe.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_client/cli_pipe.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_client/cli_pipe.c	2005-10-07 04:00:11 UTC (rev 10800)
+++ branches/SAMBA_3_0/source/rpc_client/cli_pipe.c	2005-10-07 04:53:30 UTC (rev 10801)
@@ -2636,6 +2636,8 @@
 	return result;
 }
 
+#ifdef HAVE_KRB5
+
 /****************************************************************************
  Free function for the kerberos spcific data.
  ****************************************************************************/
@@ -2645,6 +2647,8 @@
 	data_blob_free(&a->a_u.kerberos_auth->session_key);
 }
 
+#endif
+
 /****************************************************************************
  Open a named pipe to an SMB server and bind using krb5 (bind type 16).
  The idea is this can be called with service_princ, username and password all



More information about the samba-cvs mailing list