Leave session ID shorter for now
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 15 Apr 2004 20:52:42 +0000 (20:52 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 15 Apr 2004 20:52:42 +0000 (20:52 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1010 cb58f699-b61c-0410-a6fe-9272a202ed29

shib-target/shib-ccache.cpp

index 0e65a8f..697ebf1 100644 (file)
@@ -271,10 +271,9 @@ InternalCCache::~InternalCCache()
 
 string InternalCCache::generateKey() const
 {
-    SAMLIdentifier id,id2;
+    SAMLIdentifier id;
     auto_ptr_char c(id);
-    auto_ptr_char c2(id2);
-    return string(c.get()) + c2.get();
+    return c.get();
 }
 
 // assumes a lock is held..