Wrong variable name.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 9 Jun 2003 01:10:58 +0000 (01:10 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 9 Jun 2003 01:10:58 +0000 (01:10 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@482 cb58f699-b61c-0410-a6fe-9272a202ed29

shib/XMLTrust.cpp

index 2035bf2..4f37c66 100644 (file)
@@ -288,7 +288,7 @@ void XMLTrust::lock()
                     XMLTrustImpl* new_mapper=new XMLTrustImpl(m_source.c_str());
                     delete m_impl;
                     m_impl=new_mapper;
-                    m_timestamp=stat_buf.st_mtime;
+                    m_filestamp=stat_buf.st_mtime;
                     m_lock->unlock();
                 }
                 catch(SAMLException& e)