diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-04-30 12:52:40 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-04-30 12:52:40 +0000 |
| commit | 5ea856493b47d5cb4376d1f606ab76c5adc6bbaf (patch) | |
| tree | 3155b22999ed3c6deb8768d99c9a51409f6cd4fd | |
| parent | 35fbe98ed16bd4f2000257099415a4bbcbfe54df (diff) | |
| download | lasso-5ea856493b47d5cb4376d1f606ab76c5adc6bbaf.tar.gz lasso-5ea856493b47d5cb4376d1f606ab76c5adc6bbaf.tar.xz lasso-5ea856493b47d5cb4376d1f606ab76c5adc6bbaf.zip | |
fix indentation bis
| -rw-r--r-- | lasso/id-ff/login.c | 8 | ||||
| -rw-r--r-- | lasso/saml-2.0/login.c | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index 4c5e892e..9e25cbc1 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -1558,10 +1558,10 @@ lasso_login_must_authenticate(LassoLogin *login) * assertions, a session is enough */ matched = (profile->session != NULL); - if (matched) { - matched = profile->remote_providerID - && lasso_session_get_assertion(profile->session, profile->remote_providerID) != NULL; - } + if (matched) { + matched = profile->remote_providerID + && lasso_session_get_assertion(profile->session, profile->remote_providerID) != NULL; + } } g_list_free(assertions); diff --git a/lasso/saml-2.0/login.c b/lasso/saml-2.0/login.c index fbb84cb5..57c2e767 100644 --- a/lasso/saml-2.0/login.c +++ b/lasso/saml-2.0/login.c @@ -390,10 +390,10 @@ lasso_saml20_login_must_authenticate(LassoLogin *login) * assertions, a session is enough */ matched = (profile->session != NULL); - if (matched) { - matched = profile->remote_providerID - && lasso_session_get_assertion(profile->session, profile->remote_providerID) != NULL; - } + if (matched) { + matched = profile->remote_providerID + && lasso_session_get_assertion(profile->session, profile->remote_providerID) != NULL; + } } g_list_free(assertions); |
