~zulcss/ubuntu/lucid/likewise-open/likewise-open-sru

« back to all changes in this revision

Viewing changes to samba/source/winbindd/winbindd_group.c

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-08-27 08:56:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080827085620-5q0f58b9qtog9myq
Tags: 4.1.0.2956-0ubuntu1
* missing-likewise-logo.diff: removed
* fixed copyright notice
* updated Standards-Version to 3.8.0
* removed path from command in prerm
* removed stop in S runlevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
452
452
                                                                 &sid_mem[j],
453
453
                                                                 &new_groups,
454
454
                                                                 &new_groups_size);
455
 
                                if (NT_STATUS_IS_OK(status)) {
 
455
                                if (!NT_STATUS_IS_OK(status)) {
456
456
                                        goto out;
457
457
                                }
458
458