The Samba-Bugzilla – Attachment 10417 Details for
Bug 10911
SMB2 leases are not yet supported.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Leases rerequisite patch (part2) for master
master-lease-prereq-part2.txt (text/plain), 720 bytes, created by
Stefan Metzmacher
on 2014-11-07 07:59:20 UTC
(
hide
)
Description:
Leases rerequisite patch (part2) for master
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2014-11-07 07:59:20 UTC
Size:
720 bytes
patch
obsolete
>From 7ac8abbc6009bb15b0af5d9710edd70d4da919f5 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Wed, 5 Nov 2014 20:27:06 +0100 >Subject: [PATCH] s3:smbstatus: fix return value in print_share_mode() > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >--- > source3/utils/status.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/utils/status.c b/source3/utils/status.c >index 936e87b7..978d3c5 100644 >--- a/source3/utils/status.c >+++ b/source3/utils/status.c >@@ -123,7 +123,7 @@ static int print_share_mode(const struct share_mode_entry *e, > static int count; > > if (do_checks && !is_valid_share_mode_entry(e)) { >- return; >+ return 0; > } > > if (count==0) { >-- >1.9.1 >
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 10911
:
10394
|
10396
|
10397
|
10399
|
10400
|
10401
|
10406
|
10407
|
10411
|
10412
|
10415
|
10416
|
10417
|
10418
|
10421
|
10478
|
10479
|
10481
|
10484
|
10486
|
10488
|
10492
|
10493
|
10507
|
10546