mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
idmap:fix whitespace
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
b7e0f3423c
commit
0bcba393f7
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
Unix SMB/CIFS implementation.
|
||||
|
||||
idmap PASSDB backend
|
||||
@ -27,16 +27,16 @@
|
||||
#define DBGC_CLASS DBGC_IDMAP
|
||||
|
||||
/*****************************
|
||||
Initialise idmap database.
|
||||
Initialise idmap database.
|
||||
*****************************/
|
||||
|
||||
static NTSTATUS idmap_pdb_init(struct idmap_domain *dom)
|
||||
{
|
||||
{
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
/**********************************
|
||||
lookup a set of unix ids.
|
||||
lookup a set of unix ids.
|
||||
**********************************/
|
||||
|
||||
static NTSTATUS idmap_pdb_unixids_to_sids(struct idmap_domain *dom, struct id_map **ids)
|
||||
@ -56,7 +56,7 @@ static NTSTATUS idmap_pdb_unixids_to_sids(struct idmap_domain *dom, struct id_ma
|
||||
}
|
||||
|
||||
/**********************************
|
||||
lookup a set of sids.
|
||||
lookup a set of sids.
|
||||
**********************************/
|
||||
|
||||
static NTSTATUS idmap_pdb_sids_to_unixids(struct idmap_domain *dom, struct id_map **ids)
|
||||
|
Loading…
Reference in New Issue
Block a user