s3:dbwrap_watch: use backend.{rec,initial_value} instead of subrec[_value]
authorStefan Metzmacher <metze@samba.org>
Fri, 24 Jun 2022 11:16:37 +0000 (11:16 +0000)
committerRalph Boehme <slow@samba.org>
Tue, 26 Jul 2022 13:40:34 +0000 (13:40 +0000)
commitb3f6668f93b73a5980dc418c6b1dacde330f7497
treef8212c6f32ace357d6ab013f34a5695470d367b6
parentcb012e45c91b4b7d1572864b7e60de36c96a38af
s3:dbwrap_watch: use backend.{rec,initial_value} instead of subrec[_value]

This makes it much clearer to me what it actually is.

Keeping the initial_value with struct db_watched_record will also
simplify further changes.

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