diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/secrets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/secrets.c b/source3/passdb/secrets.c index 4c9802dd29..64fedc7284 100644 --- a/source3/passdb/secrets.c +++ b/source3/passdb/secrets.c @@ -537,7 +537,7 @@ NTSTATUS secrets_get_trusted_domains(TALLOC_CTX* ctx, int* enum_ctx, unsigned in DEBUG(2, ("Secrets record %s is invalid!\n", secrets_key)); if (size) SAFE_FREE(packed_pass); - return NT_STATUS_UNSUCCESSFUL; + continue; } /* packed representation isn't needed anymore */ |