1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Remove two unused labels.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue Mar 29 02:23:02 CEST 2011 on sn-devel-104
This commit is contained in:
Jeremy Allison 2011-03-28 16:07:13 -07:00
parent db966efe8a
commit bae14fba52

View File

@ -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;
}