diff options
Diffstat (limited to 'source4/lib/registry/common/registry.h')
-rw-r--r-- | source4/lib/registry/common/registry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/registry/common/registry.h b/source4/lib/registry/common/registry.h index 6e12de258d..9d7e17cf56 100644 --- a/source4/lib/registry/common/registry.h +++ b/source4/lib/registry/common/registry.h @@ -121,6 +121,7 @@ struct reg_handle_s { struct registry_ops *functions; REG_SUBTREE *subtrees; char *location; + char *credentials; void *backend_data; TALLOC_CTX *mem_ctx; }; |