1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s4-auth: fixed status return

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2011-01-13 16:55:05 +11:00
parent a0bc538a8f
commit 8df6504ffe

View File

@ -231,7 +231,7 @@ NTSTATUS authsam_get_session_info_principal(TALLOC_CTX *mem_ctx,
talloc_steal(mem_ctx, *session_info);
}
talloc_free(tmp_ctx);
return NT_STATUS_OK;
return nt_status;
}
/**