1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

s4:samdb_set_password - fix formatting

(Sorry, I've overseen this)
This commit is contained in:
Matthias Dieter Wallnöfer 2010-08-15 19:45:29 +02:00
parent af3c6a4242
commit 1fc3676974

View File

@ -2154,7 +2154,8 @@ NTSTATUS samdb_set_password(struct ldb_context *ldb, TALLOC_CTX *mem_ctx,
status = NT_STATUS_WRONG_PASSWORD;
}
if (W_ERROR_EQUAL(werr, WERR_PASSWORD_RESTRICTION)) {
status = NT_STATUS_PASSWORD_RESTRICTION; }
status = NT_STATUS_PASSWORD_RESTRICTION;
}
}
} else if (ret == LDB_ERR_NO_SUCH_OBJECT) {
/* don't let the caller know if an account doesn't exist */