From c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Sep 2008 02:27:33 +0200 Subject: More changes getting WMI code to compile, import manual marshalling. --- source4/lib/wmi/wmicore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/wmi/wmicore.c') diff --git a/source4/lib/wmi/wmicore.c b/source4/lib/wmi/wmicore.c index fbd6b339bf..49c1e03312 100644 --- a/source4/lib/wmi/wmicore.c +++ b/source4/lib/wmi/wmicore.c @@ -69,7 +69,7 @@ WERROR WBEM_ConnectServer(struct com_context *ctx, const char *server, const uin cc = cli_credentials_init(cred); cli_credentials_set_conf(cc, global_loadparm); cli_credentials_parse_string(cc, cred, CRED_SPECIFIED); - dcom_set_server_credentials(ctx, server, cc); + dcom_add_server_credentials(ctx, server, cc); talloc_free(cred); } -- cgit