From a8b3d5e22a2f30bf6cd147d720c18d9543acc199 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 11 Aug 2021 14:58:39 +0200 Subject: [PATCH] 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 (cherry picked from commit 25941a1f97229ef27ee5ac7cc6bc9e7a300fcca0) --- source3/winbindd/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 89e62b43ca0..9b148b18a58 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -1826,7 +1826,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); } -- 2.32.0