mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
auth3: make make_auth_context_subsystem() static
BUG: https://bugzilla.samba.org/show_bug.cgi?id=2976 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -483,8 +483,8 @@ static NTSTATUS make_auth_context_specific(TALLOC_CTX *mem_ctx,
|
||||
Make a auth_context struct for the auth subsystem
|
||||
***************************************************************************/
|
||||
|
||||
NTSTATUS make_auth_context_subsystem(TALLOC_CTX *mem_ctx,
|
||||
struct auth_context **auth_context)
|
||||
static NTSTATUS make_auth_context_subsystem(TALLOC_CTX *mem_ctx,
|
||||
struct auth_context **auth_context)
|
||||
{
|
||||
const char *methods = NULL;
|
||||
NTSTATUS nt_status;
|
||||
|
Reference in New Issue
Block a user