svn commit: samba r6210 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Tue Apr 5 09:18:37 GMT 2005


Author: tpot
Date: 2005-04-05 09:18:36 +0000 (Tue, 05 Apr 2005)
New Revision: 6210

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

Log:
Call cli_credentials_set_conf() when initialising credentials in
cli_credentials typemap.

Modified:
   branches/SAMBA_4_0/source/scripting/swig/samba.i


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/samba.i
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/samba.i	2005-04-05 08:35:02 UTC (rev 6209)
+++ branches/SAMBA_4_0/source/scripting/swig/samba.i	2005-04-05 09:18:36 UTC (rev 6210)
@@ -64,5 +64,5 @@
 %typemap(in) struct cli_credentials * {
 	$1 = cli_credentials_init(arg1);
 	cli_credentials_set_anonymous($1);
-//	cli_credentials_set_workstation($1, "FROGURT", CRED_SPECIFIED);
+	cli_credentials_set_conf($1);
 }



More information about the samba-cvs mailing list