summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-14 10:11:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:45 -0500
commit0f9c9db07218aa3ec16816235f11378518b459dc (patch)
treeb2f8691ba35ac11c6b65f909def8265b054cdb7f /source3/nsswitch/winbindd_cache.c
parentb2c0260219c400b1b219333d7b18d9ed81e1ffe4 (diff)
downloadsamba-0f9c9db07218aa3ec16816235f11378518b459dc.tar.gz
samba-0f9c9db07218aa3ec16816235f11378518b459dc.tar.bz2
samba-0f9c9db07218aa3ec16816235f11378518b459dc.zip
r18511: Ops, fix the build.
Guenther (This used to be commit 20de0b4823abb59518b7ffb495120494e705df7a)
Diffstat (limited to 'source3/nsswitch/winbindd_cache.c')
-rw-r--r--source3/nsswitch/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c
index 09b10f27f8..6004ed2e35 100644
--- a/source3/nsswitch/winbindd_cache.c
+++ b/source3/nsswitch/winbindd_cache.c
@@ -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;
}