From bae14fba520e6c89b162cc42b26f22144821b0a4 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 28 Mar 2011 16:07:13 -0700 Subject: Remove two unused labels. Autobuild-User: Jeremy Allison Autobuild-Date: Tue Mar 29 02:23:02 CEST 2011 on sn-devel-104 --- source3/winbindd/winbindd_samr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/winbindd/winbindd_samr.c') diff --git a/source3/winbindd/winbindd_samr.c b/source3/winbindd/winbindd_samr.c index d775cd7cc6..40f0100bc3 100644 --- a/source3/winbindd/winbindd_samr.c +++ b/source3/winbindd/winbindd_samr.c @@ -68,7 +68,6 @@ static NTSTATUS open_internal_samr_pipe(TALLOC_CTX *mem_ctx, return status; } -done: if (samr_pipe) { *samr_pipe = cli; } @@ -146,7 +145,6 @@ static NTSTATUS open_internal_lsa_pipe(TALLOC_CTX *mem_ctx, return status; } -done: if (lsa_pipe) { *lsa_pipe = cli; } -- cgit