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

« back to all changes in this revision

Viewing changes to packaging/debian/patches/winbind_expand_groups.patch

  • 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:
 
1
Index: likewise-open/samba/source/winbindd/winbindd_group.c
 
2
===================================================================
 
3
--- likewise-open.orig/samba/source/winbindd/winbindd_group.c   2008-08-12 12:50:13.000000000 -0500
 
4
+++ likewise-open/samba/source/winbindd/winbindd_group.c        2008-08-12 15:37:54.000000000 -0500
 
5
@@ -596,7 +596,7 @@
 
6
                /* If we have no more groups to expand, break out
 
7
                   early */
 
8
 
 
9
-               if ( !&new_glist )
 
10
+               if (new_glist == NULL)
 
11
                        break;
 
12
 
 
13
                /* One more round */