The branch, v4-15-test has been updated via 4745b8e8a1b s3:winbindd: Pass the right variable to the debug message from 12f76f4292a s3: VFS: streams_depot: Allow "streams directory" outside of share path to work again.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-15-test - Log ----------------------------------------------------------------- commit 4745b8e8a1bcbdfb485bfb91e39834cebfcb62bd Author: Andreas Schneider <a...@samba.org> Date: Wed Aug 11 14:58:39 2021 +0200 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 <a...@samba.org> Reviewed-by: Jeremy Allison <j...@samba.org> (cherry picked from commit 25941a1f97229ef27ee5ac7cc6bc9e7a300fcca0) Autobuild-User(v4-15-test): Jule Anger <jan...@samba.org> Autobuild-Date(v4-15-test): Wed Aug 25 14:57:17 UTC 2021 on sn-devel-184 ----------------------------------------------------------------------- Summary of changes: source3/winbindd/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Changeset truncated at 500 lines: 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); } -- Samba Shared Repository