1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

s4:sam.c - cosmetic indentation fix

This commit is contained in:
Matthias Dieter Wallnöfer 2010-03-04 13:48:17 +01:00
parent 0049c9ed1c
commit 7587665d92

View File

@ -380,8 +380,7 @@ _PUBLIC_ NTSTATUS authsam_make_server_info(TALLOC_CTX *mem_ctx,
struct ldb_message *msg,
DATA_BLOB user_sess_key,
DATA_BLOB lm_sess_key,
struct auth_serversupplied_info
**_server_info)
struct auth_serversupplied_info **_server_info)
{
NTSTATUS status;
struct auth_serversupplied_info *server_info;