mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 08:45:56 +00:00
d634711b261dc72bb48765e8574ba43d455e82ec
So far we handled immediate "no server" query results differently from "no server" results we ran into during operation: the former would cause the dns_query_go() call to fail with ESRCH, the later would result in the query completion callback to be called. Remove the duplicate codepaths, by always going through the completion callback. This allows us to remove quite a number of lines for handling the ESRCH. This commit should not alter behaviour at all.
…
…
systemd - System and Service Manager
Details
- General information about systemd can be found in the systemd Wiki
- Information about build requirements are provided in the README file
Languages
C
88.8%
Shell
5.3%
Python
4.7%
Meson
1.1%