summaryrefslogtreecommitdiffstats
path: root/lasso/Attic
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-13 16:33:50 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-13 16:33:50 +0000
commite2225344fff0a9c64c583539348618e5465d14e8 (patch)
treec50af54deecd022e766f99d669d0f3b287e08541 /lasso/Attic
parentfda8b1f651bca6dc10b576f5724f05cafbeab7a6 (diff)
downloadlasso-e2225344fff0a9c64c583539348618e5465d14e8.tar.gz
lasso-e2225344fff0a9c64c583539348618e5465d14e8.tar.xz
lasso-e2225344fff0a9c64c583539348618e5465d14e8.zip
*** empty log message ***
Diffstat (limited to 'lasso/Attic')
-rw-r--r--lasso/Attic/protocols/authn_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/Attic/protocols/authn_request.c b/lasso/Attic/protocols/authn_request.c
index b34d5249..08993fd1 100644
--- a/lasso/Attic/protocols/authn_request.c
+++ b/lasso/Attic/protocols/authn_request.c
@@ -36,7 +36,7 @@ lasso_authn_request_get_protocolProfile(gchar *query)
protocolProfile = lasso_g_ptr_array_index(lasso_query_get_value(query, "ProtocolProfile"), 0);
if (protocolProfile == NULL)
- protocolProfile = lassoLibProtocolProfileArtifact;
+ protocolProfile = (gchar *)lassoLibProtocolProfileArtifact;
return (protocolProfile);
}