summaryrefslogtreecommitdiffstats
path: root/lasso/xml/id-wsf-2.0/disco_endpoint_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/id-wsf-2.0/disco_endpoint_context.c')
-rw-r--r--lasso/xml/id-wsf-2.0/disco_endpoint_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/id-wsf-2.0/disco_endpoint_context.c b/lasso/xml/id-wsf-2.0/disco_endpoint_context.c
index 5c1ccf3e..2b1d6c77 100644
--- a/lasso/xml/id-wsf-2.0/disco_endpoint_context.c
+++ b/lasso/xml/id-wsf-2.0/disco_endpoint_context.c
@@ -116,7 +116,7 @@ lasso_disco_endpoint_context_new(gchar *address)
context = g_object_new(LASSO_TYPE_DISCO_ENDPOINT_CONTEXT, NULL);
context->Address = g_strdup(address);
- //context->Framework = lasso_soap_binding_framework_new("2.0");
+ context->Framework = lasso_soap_binding_framework_new("2.0");
return context;
}