commit | e3e648c92f058ef062ddd38f588603952a04efb1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Feb 24 17:38:46 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 24 17:42:04 2021 +0100 |
tree | ace9c1dadea859bc785229a2d663d117633f9998 | |
parent | 49de68520e9dae3817885397373151aee4901c1b [diff] |
BUILD: dns: avoid a build warning when threads are disabled (dss unused) dns_session_release() only uses its struct dns_stream_server to access the lock, so a warning is emitted when threads are disabled. Let's mark it __maybe_unused.