diff options
author | Volker Lendecke <vl@samba.org> | 2020-04-28 16:55:55 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2020-05-05 11:48:38 +0000 |
commit | 0ad9273961bb0b14e78bd02e6062eb2bba45af47 (patch) | |
tree | 6107194f16950041b091a2ca5748c19c0ac7d70f /source3/lib/dbwrap | |
parent | 78737c6869d3d797cac1e3696a201c3e2d276872 (diff) | |
download | samba-0ad9273961bb0b14e78bd02e6062eb2bba45af47.tar.gz |
lib: Fix a comment
The "deleted bit" went away with 341223a00596e
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/lib/dbwrap')
-rw-r--r-- | source3/lib/dbwrap/dbwrap_watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/dbwrap/dbwrap_watch.c b/source3/lib/dbwrap/dbwrap_watch.c index 14d3525047e..206eabc8d5d 100644 --- a/source3/lib/dbwrap/dbwrap_watch.c +++ b/source3/lib/dbwrap/dbwrap_watch.c @@ -45,7 +45,7 @@ struct dbwrap_watcher { /* * Watched records contain a header of: * - * [uint32] num_records | deleted bit + * [uint32] num_records * 0 [DBWRAP_WATCHER_BUF_LENGTH] \ * 1 [DBWRAP_WATCHER_BUF_LENGTH] | * .. |- Array of watchers |