X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=blobdiff_plain;f=odbc-store%2Fodbc-store.cpp;fp=odbc-store%2Fodbc-store.cpp;h=de0cd319e4c6a77ecf5336041548008ab1bf2696;hp=9fea8722955d2ae01e6e28e6fea25763f908a302;hb=85dbbbe22d425c1fe0c3e4eaa4ad226af734de74;hpb=51d0023232a7e64477735d5f6e65b9558793f262 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;