src/cache.c [1915:1924]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - remove_from_tree(dst); remove_from_changed(dst); if (is_open(dst)) { if (debug) syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), "invalidating node %p", dst); dst->parent = NULL; } else { remove_from_table(dst); delete_node(dst); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/cache.c [1984:1993]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - remove_from_tree(dst); remove_from_changed(dst); if (is_open(dst)) { if (debug) syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), "invalidating node %p", dst); dst->parent = NULL; } else { remove_from_table(dst); delete_node(dst); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -