summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-04-06 19:29:06 +0000
committerJeremy Allison <jra@samba.org>2021-04-19 18:18:31 +0000
commitbf87771f18f0c63f2c50ac6070de14936180e6e1 (patch)
treea0979f57a9fc703de355e501eacaff2d85e5058f /source3
parent111118354a1ad956d36bf7e4963dc9c4ac969849 (diff)
downloadsamba-bf87771f18f0c63f2c50ac6070de14936180e6e1.tar.gz
registry: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/registry/reg_objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_objects.c b/source3/registry/reg_objects.c
index 3a091478dec..6ee652a482b 100644
--- a/source3/registry/reg_objects.c
+++ b/source3/registry/reg_objects.c
@@ -63,7 +63,7 @@ struct regsubkey_ctr {
talloc()'d since the methods use the object pointer as the talloc
context for internal private data.
- There is no longer a regval_ctr_intit() and regval_ctr_destroy()
+ There is no longer a regval_ctr_init() and regval_ctr_destroy()
pair of functions. Simply talloc_zero() and TALLOC_FREE() the
object.