[cpp-sp COMMIT] /branches/REL_2/odbc-store/odbc-store.cpp

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 16 13:12:21 EDT 2015


Author: scantor
Date: Thu Jul 16 13:12:20 2015
New Revision: 3929

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3929&view=rev
Log:
SSPCPP-656 - NameID insert logic appears wrong for ODBC Session store

https://issues.shibboleth.net/jira/browse/SSPCPP-656

Make sure the reattempt to insert happens.

Modified:
    branches/REL_2/odbc-store/odbc-store.cpp

Modified: branches/REL_2/odbc-store/odbc-store.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/odbc-store/odbc-store.cpp?rev=3929&r1=3928&r2=3929&view=diff
==============================================================================
--- branches/REL_2/odbc-store/odbc-store.cpp	(original)
+++ branches/REL_2/odbc-store/odbc-store.cpp	Thu Jul 16 13:12:20 2015
@@ -518,6 +518,7 @@
             // Try and delete any expired record still hanging around until the final attempt.
             if (attempts > 0) {
                 reap(table, context);
+                logres.first = true;    // force it to treat as a retryable error
                 continue;
             }
             return false;



More information about the commits mailing list