Function needed to return value.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 23 Jun 2003 17:35:25 +0000 (17:35 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 23 Jun 2003 17:35:25 +0000 (17:35 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@545 cb58f699-b61c-0410-a6fe-9272a202ed29

shib-target/shib-ccache.cpp

index 32d821f..f53d886 100644 (file)
@@ -418,6 +418,7 @@ void* InternalCCache::cleanup_fcn(void* cache_p)
 
   // Now run the cleanup process.
   cache->cleanup();
+  return NULL;
 }
 
 /******************************************************************************/