diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-11-01 12:07:03 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-11-01 12:07:03 +0000 |
| commit | ccf43534c3f5ec2327f4a6036476c8fac58595eb (patch) | |
| tree | 7761914cfc49771d89457afbc54ec89452479421 | |
| parent | 99a8bd76f57fb459441fa8349dfaa86d8137459e (diff) | |
| download | lasso-ccf43534c3f5ec2327f4a6036476c8fac58595eb.tar.gz lasso-ccf43534c3f5ec2327f4a6036476c8fac58595eb.tar.xz lasso-ccf43534c3f5ec2327f4a6036476c8fac58595eb.zip | |
fixed previous lasso-head port
| -rw-r--r-- | lasso/id-ff/logout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/logout.c b/lasso/id-ff/logout.c index 2435be63..4eba20e5 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -584,7 +584,7 @@ lasso_logout_process_response_msg(LassoLogout *logout, gchar *response_msg) g_hash_table_size(profile->session->assertions) == 0) { remote_provider = g_hash_table_lookup(profile->server->providers, logout->initial_remote_providerID); - if (remote_provider == LASSO_PROVIDER_ROLE_SP) { + if (remote_provider->role == LASSO_PROVIDER_ROLE_SP) { if (profile->remote_providerID != NULL) g_free(profile->remote_providerID); if (profile->request != NULL) |
