r6210: Call cli_credentials_set_conf() when initialising credentials in
authorTim Potter <tpot@samba.org>
Tue, 5 Apr 2005 09:18:36 +0000 (09:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:26 +0000 (13:11 -0500)
cli_credentials typemap.

source/scripting/swig/samba.i

index 620d908699e233043898a9c12415e09119f5535b..4e0e0b76599784f8a203fb2f175b7677e8f5240f 100644 (file)
@@ -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);
 }