summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:52:50 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:52:50 +0000
commit0930e6046f5c6e30b9d16fef5bb7a543e8750281 (patch)
tree93bfd77d05be33de2de764b44543a7667fdd642e
parent6c65ad341b24c1db49caacc127b763a727dc7fe9 (diff)
* Fix typo
-rw-r--r--lasso/id-wsf/wsf_profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c
index b2f24495..83696bbd 100644
--- a/lasso/id-wsf/wsf_profile.c
+++ b/lasso/id-wsf/wsf_profile.c
@@ -678,7 +678,7 @@ lasso_wsf_profile_build_soap_request_msg(LassoWsfProfile *profile)
if (rc != 0) {
goto exit;
}
- } else if (lasso_security_mech_is_null_authentication(sec_mech_id) == FALSE) {
+ } else if (lasso_security_mech_id_is_null_authentication(sec_mech_id) == FALSE) {
rc = LASSO_WSF_PROFILE_ERROR_UNSUPPORTED_SECURITY_MECHANISM;
goto exit;
}