r23290: Fix another small and stupid but severe typo.
authorMichael Adam <obnox@samba.org>
Fri, 1 Jun 2007 12:18:16 +0000 (12:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:03 +0000 (12:23 -0500)
Hopfully, I have finally got this right... :-)

Michael
(This used to be commit 2190d838e49692fcba8f3a393dd30db937899fed)

source3/nsswitch/winbindd_ads.c

index 97ba6a17f2377cb5d9e8af286e6d5b8739810192..9b0b43479e1e4c8e1aee014dfe0cd666f6eeab33 100644 (file)
@@ -1054,7 +1054,7 @@ static NTSTATUS lookup_groupmem(struct winbindd_domain *domain,
                                {
                                        sid_copy(&(*sid_mem)[*num_names],
                                                 &sid_mem_nocache[i]);
-                                       (*names)[*num_names] = talloc_move(names, &names_nocache[i]);
+                                       (*names)[*num_names] = talloc_move(*names, &names_nocache[i]);
                                        (*name_types)[*num_names] = name_types_nocache[i];
                                        (*num_names)++;
                                }