From 0f9c9db07218aa3ec16816235f11378518b459dc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 14 Sep 2006 10:11:22 +0000 Subject: r18511: Ops, fix the build. Guenther (This used to be commit 20de0b4823abb59518b7ffb495120494e705df7a) --- source3/nsswitch/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_cache.c') 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; } -- cgit