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

s4:dsdb: Fix code formatting

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-02-12 16:58:41 +13:00 committed by Andrew Bartlett
parent 4e01e2bfc3
commit 03e4de449d

View File

@ -1299,9 +1299,9 @@ static int get_pso_for_user(struct ldb_module *module,
* Settings Object (PSO) that applies to that user.
*/
static int construct_resultant_pso(struct ldb_module *module,
struct ldb_message *msg,
struct ldb_message *msg,
enum ldb_scope scope,
struct ldb_request *parent,
struct ldb_request *parent,
struct ldb_reply *ares)
{
struct ldb_message *pso = NULL;