# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- G:\D7-modules\httpbl\httpbl.module
+++ G:\D7-modules\httpbl\httpbl.nw.module
@@ -515,6 +515,9 @@
   }
   drupal_set_message(t('The current session has been whitelisted.'));
   $_SESSION['httpbl_status'] = 'white';
+  if (variable_get('httpbl_safe_cache_update', FALSE)) {
+    _httpbl_cache_update($ip, HTTPBL_LIST_SAFE, variable_get('httpbl_safe_offset', 10800));
+  }
   drupal_goto('/');
 }
 
