The Samba-Bugzilla – Attachment 10458 Details for
Bug 10960
smbclient -L //dns.domain.name fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v4-1-test patch
0001-s3-smbclient-Return-success-if-we-listed-the-shares.patch (text/plain), 858 bytes, created by
Andreas Schneider
on 2014-11-25 14:07:19 UTC
(
hide
)
Description:
v4-1-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2014-11-25 14:07:19 UTC
Size:
858 bytes
patch
obsolete
>From 01da57ebc9d5434b2d406c1d9405ec958443d78e Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Mon, 24 Nov 2014 16:26:13 +0100 >Subject: [PATCH 1/2] s3-smbclient: Return success if we listed the shares. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=10960 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Jeremy Allison <jra@samba.org> >--- > source3/client/client.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/client/client.c b/source3/client/client.c >index ab46cb8..20932cc 100644 >--- a/source3/client/client.c >+++ b/source3/client/client.c >@@ -5307,7 +5307,7 @@ static int do_host_query(const char *query_host) > > if (cli == NULL) { > d_printf("NetBIOS over TCP disabled -- no workgroup available\n"); >- return 1; >+ return 0; > } > > cli_set_timeout(cli, io_timeout*1000); >-- >2.1.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
jra
:
review+
Actions:
View
Attachments on
bug 10960
:
10456
| 10458