[shibboleth-sp2] 37/119: Compile bug.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.

commit ec0236f4dbb1a47677e8b0fe2821fb281a5962be
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Wed Aug 8 15:10:50 2007 +0000

    Compile bug.
---
 adfs/handlers.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adfs/handlers.cpp b/adfs/handlers.cpp
index fc69ce3..382b67b 100644
--- a/adfs/handlers.cpp
+++ b/adfs/handlers.cpp
@@ -356,8 +356,8 @@ pair<bool,void*> SessionInitiator::ADFSAuthnRequest(
     if (shire) ACSloc+=shire->getString("Location").second;
     
     // UTC timestamp
-#ifndef HAVE_GMTIME_R
     time_t epoch=time(NULL);
+#ifndef HAVE_GMTIME_R
     struct tm* ptime=gmtime(&epoch);
 #else
     struct tm res;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list