The Samba-Bugzilla – Attachment 18704 Details for
Bug 15900
'net ads group' failed to list domain groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug15900-v4-22-test.patch
bug15900-v4-22-test.patch (text/plain), 1.07 KB, created by
Mike Liu
on 2025-09-04 10:14:14 UTC
(
hide
)
Description:
bug15900-v4-22-test.patch
Filename:
MIME Type:
Creator:
Mike Liu
Created:
2025-09-04 10:14:14 UTC
Size:
1.07 KB
patch
obsolete
>From 227cd93ffb21029139f29ba3d6d738ebbb8c7740 Mon Sep 17 00:00:00 2001 >From: MikeLiu <mikeliu@qnap.com> >Date: Fri, 29 Aug 2025 17:31:36 +0800 >Subject: [PATCH] s3:net: fix "net ads group" > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=15900 > >Signed-off-by: MikeLiu <mikeliu@qnap.com> >Reviewed-by: Volker Lendecke <vl@samba.org> >Reviewed-by: Noel Power <npower@samba.org> > >Autobuild-User(master): Volker Lendecke <vl@samba.org> >Autobuild-Date(master): Thu Sep 4 09:33:27 UTC 2025 on atb-devel-224 > >(cherry picked from commit 8738fa1cc42d913e3ab2b54fe1e75ca4da37073f) >--- > source3/utils/net_ads.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c >index 4653121..d47e72f 100644 >--- a/source3/utils/net_ads.c >+++ b/source3/utils/net_ads.c >@@ -1359,7 +1359,7 @@ int net_ads_group(struct net_context *c, int argc, const char **argv) > char *disp_fields[2] = {NULL, NULL}; > int ret = -1; > >- if (argc >= 0) { >+ if (argc > 0) { > TALLOC_FREE(tmp_ctx); > return net_run_function(c, argc, argv, "net ads group", func); > } >-- >2.1.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
Flags:
vl
:
review+
npower
:
review+
Actions:
View
Attachments on
bug 15900
:
18703
| 18704 |
18705