Skip to content

Commit

Permalink
Merge pull request #2163 from pi-hole/fix/resolve_shm_error
Browse files Browse the repository at this point in the history
Remove surplus SHM unlocking in IPv6 name resolution deceleration code
  • Loading branch information
DL6ER authored Jan 14, 2025
2 parents ccac779 + 4299ab9 commit d01a265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resolve.c
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ static void resolveClients(const bool onlynew, const bool force_refreshing)
log_debug(DEBUG_RESOLVER, "Postponing resolution of new client %s (IPv6) for at least %.0f more seconds",
getstr(ippos), now - client->firstSeen + DELAY_V6_RESOLUTION);

unlock_shm();
skipped++;
continue;
}
Expand Down

0 comments on commit d01a265

Please sign in to comment.