diff options
author | Günther Deschner <gd@samba.org> | 2006-09-14 10:11:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:45 -0500 |
commit | 0f9c9db07218aa3ec16816235f11378518b459dc (patch) | |
tree | b2f8691ba35ac11c6b65f909def8265b054cdb7f /source3/nsswitch/winbindd_cache.c | |
parent | b2c0260219c400b1b219333d7b18d9ed81e1ffe4 (diff) | |
download | samba-0f9c9db07218aa3ec16816235f11378518b459dc.tar.gz samba-0f9c9db07218aa3ec16816235f11378518b459dc.tar.xz 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 09b10f27f89..6004ed2e356 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; } |