1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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 <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Aug 12 20:08:25 UTC 2021 on sn-devel-184
This commit is contained in:
Andreas Schneider 2021-08-11 14:58:39 +02:00 committed by Jeremy Allison
parent 45f6bf1824
commit 25941a1f97

View File

@ -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);
}