]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:winbindd: Pass the right variable to the debug message
authorAndreas Schneider <asn@samba.org>
Wed, 11 Aug 2021 12:58:39 +0000 (14:58 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 12 Aug 2021 20:08:25 +0000 (20:08 +0000)
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

source3/winbindd/winbindd.c

index 0caea1be56e7ee2145ffcc06ccedcde9d99e292c..cb793cf182c2f914afcb65cb1e3ffca538f1b1b6 100644 (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);
                }