mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Fix some blank line endings
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Jun 21 19:57:06 CEST 2013 on sn-devel-104
This commit is contained in:
@ -82,7 +82,6 @@ struct _SMBCSRV {
|
||||
struct policy_handle pol;
|
||||
|
||||
SMBCSRV *next, *prev;
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -739,7 +739,6 @@ static NTSTATUS dcesrv_lsa_EnumAccounts(struct dcesrv_call_state *dce_call, TALL
|
||||
*r->out.resume_handle = count + *r->in.resume_handle;
|
||||
|
||||
return NT_STATUS_OK;
|
||||
|
||||
}
|
||||
|
||||
/* This decrypts and returns Trusted Domain Auth Information Internal data */
|
||||
@ -1180,7 +1179,6 @@ static NTSTATUS dcesrv_lsa_CreateTrustedDomain(struct dcesrv_call_state *dce_cal
|
||||
r2.out.trustdom_handle = r->out.trustdom_handle;
|
||||
|
||||
return dcesrv_lsa_CreateTrustedDomain_base(dce_call, mem_ctx, &r2, NDR_LSA_CREATETRUSTEDDOMAIN, NULL);
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
@ -3084,7 +3082,6 @@ static NTSTATUS dcesrv_lsa_OpenSecret(struct dcesrv_call_state *dce_call, TALLOC
|
||||
ldb_dn_get_linearized(policy_state->system_dn)));
|
||||
return NT_STATUS_INTERNAL_DB_CORRUPTION;
|
||||
}
|
||||
|
||||
} else {
|
||||
secret_state->global = false;
|
||||
secret_state->sam_ldb = talloc_reference(secret_state,
|
||||
@ -3230,7 +3227,6 @@ static NTSTATUS dcesrv_lsa_SetSecret(struct dcesrv_call_state *dce_call, TALLOC_
|
||||
mem_ctx, msg, "priorValue") != LDB_SUCCESS) {
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* set old value mtime */
|
||||
@ -3270,7 +3266,6 @@ static NTSTATUS dcesrv_lsa_SetSecret(struct dcesrv_call_state *dce_call, TALLOC_
|
||||
mem_ctx, msg, "lastSetTime", nt_now) != LDB_SUCCESS) {
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
}
|
||||
|
||||
} else {
|
||||
/* NULL out the NEW value */
|
||||
if (samdb_msg_add_uint64(secret_state->sam_ldb,
|
||||
|
Reference in New Issue
Block a user