]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r5724: Fix compiler warning
authorVolker Lendecke <vlendec@samba.org>
Thu, 10 Mar 2005 17:23:49 +0000 (17:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:57 +0000 (10:55 -0500)
source/nsswitch/winbindd_passdb.c

index 4dcc018c64b8a32da2cbfabc86518199bb1fb227..554687d7b8335c884b5bc9fd00684e3c6d115b09 100644 (file)
@@ -294,7 +294,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain,
 
 static NTSTATUS lookup_useraliases(struct winbindd_domain *domain,
                                   TALLOC_CTX *mem_ctx,
-                                  uint32 num_sids, const DOM_SID **sids,
+                                  uint32 num_sids, DOM_SID **sids,
                                   uint32 *num_aliases, DOM_SID ***aliases)
 {
        return NT_STATUS_NO_SUCH_USER;