r18511: Ops, fix the build.
authorGünther Deschner <gd@samba.org>
Thu, 14 Sep 2006 10:11:22 +0000 (10:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:45 +0000 (11:51 -0500)
Guenther
(This used to be commit 20de0b4823abb59518b7ffb495120494e705df7a)

source3/nsswitch/winbindd_cache.c

index 09b10f27f892359022864837ee9290cf9b0c4846..6004ed2e3564383373de0eef5a8a92f7b0fe3a20 100644 (file)
@@ -788,7 +788,7 @@ static void wcache_save_sid_to_name(struct winbindd_domain *domain, NTSTATUS sta
        struct cache_entry *centry;
        fstring sid_string;
 
-       if (is_null_sid(&sid)) {
+       if (is_null_sid(sid)) {
                return;
        }