summaryrefslogtreecommitdiff
path: root/libsoup/auth/soup-auth-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/auth/soup-auth-manager.c')
-rw-r--r--libsoup/auth/soup-auth-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/auth/soup-auth-manager.c b/libsoup/auth/soup-auth-manager.c
index fad393f1..86f249d4 100644
--- a/libsoup/auth/soup-auth-manager.c
+++ b/libsoup/auth/soup-auth-manager.c
@@ -427,7 +427,7 @@ make_auto_ntlm_auth (SoupAuthManagerPrivate *priv, SoupAuthHost *host)
return FALSE;
auth = g_object_new (SOUP_TYPE_AUTH_NTLM,
- SOUP_AUTH_HOST, host->uri->host,
+ "host", host->uri->host,
NULL);
record_auth_for_uri (priv, host->uri, auth, FALSE);
g_object_unref (auth);