summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auth_mellon_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth_mellon_handler.c b/auth_mellon_handler.c
index cfb3327..54eed36 100644
--- a/auth_mellon_handler.c
+++ b/auth_mellon_handler.c
@@ -1178,7 +1178,7 @@ static int am_endpoint_handler(request_rec *r)
} else if(!strcmp(endpoint, "artifactResponse")) {
return am_handle_artifact_reply(r);
} else if(!strcmp(endpoint, "logout")
- || !!strcmp(endpoint, "logoutRequest")) {
+ || !strcmp(endpoint, "logoutRequest")) {
/* logoutRequest is included for backwards-compatibility
* with version 0.0.6 and older.
*/