From 0ad9273961bb0b14e78bd02e6062eb2bba45af47 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 28 Apr 2020 16:55:55 +0200 Subject: [PATCH] lib: Fix a comment The "deleted bit" went away with 341223a00596e Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source3/lib/dbwrap/dbwrap_watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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