]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r3852: Fix the build...
authorVolker Lendecke <vlendec@samba.org>
Thu, 18 Nov 2004 15:52:02 +0000 (15:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:21 +0000 (10:53 -0500)
source/passdb/util_sam_sid.c

index 204f68c121e97c109dcf722d171b26052b5b25a9..7bc6da94c030871a992a408b1e3f322c2a3776d6 100644 (file)
@@ -338,5 +338,5 @@ void add_sid_to_array_unique(const DOM_SID *sid, DOM_SID **sids, int *num_sids)
                        return;
        }
 
-       return add_sid_to_array(sid, sids, num_sids);
+       add_sid_to_array(sid, sids, num_sids);
 }