The Samba-Bugzilla – Attachment 18212 Details for
Bug 15541
Trivial C typo in nsswitch/winbind_nss_netbsd.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
backported patch for 4.18 and 4.19
0001-winbind_nss_netbsd-fix-missing-semicolon.patch (text/plain), 946 bytes, created by
Björn Jacke
on 2023-12-29 14:50:35 UTC
(
hide
)
Description:
backported patch for 4.18 and 4.19
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2023-12-29 14:50:35 UTC
Size:
946 bytes
patch
obsolete
>From f79694816b33a89f307cfe190ba9add3b40d1400 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bjacke@samba.org> >Date: Mon, 25 Dec 2023 19:53:30 +0100 >Subject: [PATCH 1/3] winbind_nss_netbsd: fix missing semicolon > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=15541 > >Signed-off-by: Bjoern Jacke <bjacke@samba.org> >Reviewed-by: Stefan Metzmacher <metze@samba.org> >(cherry picked from commit b41f95f891ab5b1d1878735a513be5d9a13f63c6) >--- > nsswitch/winbind_nss_netbsd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/nsswitch/winbind_nss_netbsd.c b/nsswitch/winbind_nss_netbsd.c >index 94552639b7b..473fa50037c 100644 >--- a/nsswitch/winbind_nss_netbsd.c >+++ b/nsswitch/winbind_nss_netbsd.c >@@ -185,7 +185,7 @@ netbsdwinbind_getgroupmembership(void *nsrv, void *nscb, va_list ap) > }; > struct winbindd_response response = { > .length = 0, >- } >+ }; > gid_t *wblistv; > int wblistc, i, isdup, dupc; > >-- >2.41.0 >
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:
metze
:
review+
Actions:
View
Attachments on
bug 15541
:
18207
| 18212