The Samba-Bugzilla – Attachment 7118 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]
new draft patch
tmp.diff (text/plain), 846 bytes, created by
Stefan Metzmacher
on 2011-11-18 10:05:32 UTC
(
hide
)
Description:
new draft patch
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2011-11-18 10:05:32 UTC
Size:
846 bytes
patch
obsolete
>From e2c57c85f93e4640f05d177ecf50f23b0594c765 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Thu, 17 Nov 2011 23:15:18 +0100 >Subject: [PATCH] TODO fix ndr_set_flags... > >--- > librpc/ndr/ndr.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/librpc/ndr/ndr.c b/librpc/ndr/ndr.c >index 7cb6e21..7cce576 100644 >--- a/librpc/ndr/ndr.c >+++ b/librpc/ndr/ndr.c >@@ -380,7 +380,11 @@ _PUBLIC_ void ndr_set_flags(uint32_t *pflags, uint32_t new_flags) > if (new_flags & LIBNDR_FLAG_REMAINING) { > (*pflags) &= ~LIBNDR_ALIGN_FLAGS; > } >+ if (new_flags & LIBNDR_FLAG_NOALIGN) { >+ (*pflags) &= ~LIBNDR_ALIGN_FLAGS; >+ } > if (new_flags & LIBNDR_ALIGN_FLAGS) { >+ (*pflags) &= ~LIBNDR_FLAG_NOALIGN; > (*pflags) &= ~LIBNDR_FLAG_REMAINING; > } > if (new_flags & LIBNDR_FLAG_NO_RELATIVE_REVERSE) { >-- >1.7.4.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
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