Sun compiler type safety.
authorScott Cantor <cantor.2@osu.edu>
Mon, 13 Jun 2005 01:58:09 +0000 (01:58 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 13 Jun 2005 01:58:09 +0000 (01:58 +0000)
shib-target/shib-target.cpp

index 86cd46a..eba3fba 100644 (file)
@@ -729,7 +729,7 @@ pair<string,const char*> ShibTarget::getCookieNameProps(const char* prefix) cons
     }
     
     // Shouldn't happen, but just in case..
-    return make_pair(prefix,defProps);
+    return pair<string,const char*>(prefix,defProps);
 }
 
 string ShibTarget::getHandlerURL(const char* resource) const