From 85dbbbe22d425c1fe0c3e4eaa4ad226af734de74 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 16 Jul 2015 17:12:20 +0000 Subject: [PATCH] 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. --- odbc-store/odbc-store.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/odbc-store/odbc-store.cpp b/odbc-store/odbc-store.cpp index 9fea872..de0cd31 100644 --- a/odbc-store/odbc-store.cpp +++ b/odbc-store/odbc-store.cpp @@ -518,6 +518,7 @@ bool ODBCStorageService::createRow(const char* table, const char* context, const // 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; -- 2.1.4