The Samba-Bugzilla – Attachment 7098 Details for
Bug 8371
Winbind can't receive any user/group information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.6
8371.patch (text/plain), 732 bytes, created by
Volker Lendecke
on 2011-11-15 14:52:38 UTC
(
hide
)
Description:
Patch for 3.6
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2011-11-15 14:52:38 UTC
Size:
732 bytes
patch
obsolete
>From c60517feb1d0a8421ce36d9e28cd3d9550245400 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Tue, 15 Nov 2011 15:51:55 +0100 >Subject: [PATCH] s3: Attempt to fix bug 8371 > >--- > source3/winbindd/winbindd_rpc.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/winbindd/winbindd_rpc.c b/source3/winbindd/winbindd_rpc.c >index bf438a6..6d30344 100644 >--- a/source3/winbindd/winbindd_rpc.c >+++ b/source3/winbindd/winbindd_rpc.c >@@ -93,7 +93,7 @@ NTSTATUS rpc_query_user_list(TALLOC_CTX *mem_ctx, > info, > struct wbint_userinfo, > num_info); >- if (info == NULL) { >+ if ((num_info != 0) && (info == NULL)) { > return NT_STATUS_NO_MEMORY; > } > >-- >1.7.0.4 >
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
Actions:
View
Attachments on
bug 8371
:
6775
|
6780
|
6781
|
6782
|
6828
|
6835
|
6836
|
6837
|
6839
|
6840
|
7095
|
7096
|
7097
| 7098 |
7099
|
7102
|
7109
|
7110
|
7114
|
7115
|
7117
|
7118
|
7124