From: Andreas Schneider Date: Wed, 11 Aug 2021 12:58:39 +0000 (+0200) Subject: s3:winbindd: Pass the right variable to the debug message X-Git-Tag: ldb-2.5.0~980 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25941a1f97229ef27ee5ac7cc6bc9e7a300fcca0;p=thirdparty%2Fsamba.git s3:winbindd: Pass the right variable to the debug message BUG: https://bugzilla.samba.org/show_bug.cgi?id=14779 Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Aug 12 20:08:25 UTC 2021 on sn-devel-184 --- diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 0caea1be56e..cb793cf182c 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -1828,7 +1828,7 @@ int main(int argc, const char **argv) "(%zu >= %zu)\n", lp_winbindd_socket_directory(), WINBINDD_SOCKET_NAME, - winbindd_socket_dir_len, + winbindd_socket_len, sun_path_len); exit(1); }