From f884d761ddb3216c85d1f8fe2d6b6b9438e57c16 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 22 May 2007 13:43:34 +0000 Subject: r23074: Remove duplicate code blocks from bad merge (This used to be commit 2c64638934e83e5716e47986adbb1fa07c057486) --- source3/nsswitch/winbindd_util.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index 13971be8b7..c3f8e91734 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -148,16 +148,6 @@ static struct winbindd_domain *add_trusted_domain(const char *domain_name, const return domain; } - /* See if we found a match. Check if we need to update the - SID. */ - - if ( domain ) { - if ( sid_equal( &domain->sid, &global_sid_NULL ) ) - sid_copy( &domain->sid, sid ); - - return domain; - } - /* Create new domain entry */ if ((domain = SMB_MALLOC_P(struct winbindd_domain)) == NULL) -- cgit