From: Zbigniew Jędrzejewski-Szmek Date: Thu, 23 Apr 2026 10:18:45 +0000 (+0200) Subject: shared: drop redundant cryptsetup_enable_logging(NULL) calls (#41785) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa245ecd19acd51e2ef9baf802f2dd3a5cc723d;p=thirdparty%2Fsystemd.git shared: drop redundant cryptsetup_enable_logging(NULL) calls (#41785) These were only used to implicitly load libcryptsetup at startup. dlopen_cryptsetup() now calls cryptsetup_enable_logging(NULL) itself, and every code path that uses libcryptsetup calls dlopen_cryptsetup() before doing so, so the upfront calls are no longer needed. --- baa245ecd19acd51e2ef9baf802f2dd3a5cc723d