Wasn't returning true from attach()
authorScott Cantor <cantor.2@osu.edu>
Thu, 11 Dec 2003 23:13:24 +0000 (23:13 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 11 Dec 2003 23:13:24 +0000 (23:13 +0000)
shib/XMLCredentials.cpp

index 7679c0b..e9a0cd8 100644 (file)
@@ -442,6 +442,8 @@ bool XMLCredentials::attach(const XMLCh* subject, const ISite* relyingParty, SSL
                     log_openssl();
                     throw MetadataException("XMLCredentials::attach() found mismatch between the private key and certificate used");
                 }
+
+                return true;
             }
             catch (SAMLException& e)
             {