s3:dbwrap_watch: s/db_watched_subrec/db_watched_record
authorStefan Metzmacher <metze@samba.org>
Fri, 24 Jun 2022 10:23:21 +0000 (10:23 +0000)
committerRalph Boehme <slow@samba.org>
Tue, 26 Jul 2022 13:40:33 +0000 (13:40 +0000)
commit3f88b700a9e73b2371cba3bb867c4c625bc36c7c
treec784ed24abe5ddfb89d96f70581ce35d40e14fe1
parentf26b22cc8e784af1dc64e0aa9a2c948385e2b667
s3:dbwrap_watch: s/db_watched_subrec/db_watched_record

struct db_watched_record is the private data of
the struct db_record produced by the struct db_context that
uses struct db_watched_ctx.

db_watched_subrec had nothing really todo with the
sub record we got back from db_watched_ctx->backend.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15125

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/dbwrap/dbwrap_watch.c