[PATCH] Some small cleanups

Rowland Penny rpenny at samba.org
Fri Aug 17 10:04:41 UTC 2018


On Fri, 17 Aug 2018 11:23:56 +0200
Volker Lendecke via samba-technical <samba-technical at lists.samba.org>
wrote:

> On Fri, Aug 17, 2018 at 11:16:08AM +0200, Volker Lendecke via
> samba-technical wrote:
> > Hi!
> > 
> > Some typos and an API clarification.
> > 
> > Review appreciated!
> 
> ENOPATCH
> 
> Volker
> 

Hi Volker, here:

diff --git a/lib/dbwrap/dbwrap.c b/lib/dbwrap/dbwrap.c
index e1d792fa2f8..6a29306a68e 100644
--- a/lib/dbwrap/dbwrap.c
+++ b/lib/dbwrap/dbwrap.c
@@ -457,7 +457,7 @@ struct tevent_req *dbwrap_parse_record_send(
 
 	/*
 	 * Copy the key into our state ensuring the key data buffer is always
-	 * available to the all dbwrap backend over the entire lifetime of the
+	 * available to the all dbwrap backends over the entire lifetime of the

Shouldn't the last line be:

+	 * available to all the dbwrap backends over the entire lifetime of the

Rowland



More information about the samba-technical mailing list