[PATCH] Fix a typo
Jeremy Allison
jra at samba.org
Tue May 9 21:10:40 UTC 2017
On Mon, May 08, 2017 at 12:17:11PM +0200, vl--- via samba-technical wrote:
> Hi!
>
> Review appreciated!
LGTM. Pushed !
> From 4513bf1eea4deffbd646fd620650462019481b1e Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Mon, 8 May 2017 12:16:16 +0200
> Subject: [PATCH] dbwrap_ctdb: Fix a typo
>
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
> source3/lib/dbwrap/dbwrap_ctdb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c
> index 480ebea..09a1e7e 100644
> --- a/source3/lib/dbwrap/dbwrap_ctdb.c
> +++ b/source3/lib/dbwrap/dbwrap_ctdb.c
> @@ -1180,7 +1180,7 @@ again:
> ctdb_time += timeval_elapsed(&ctdb_start_time);
>
> if (ret != 0) {
> - DEBUG(5, ("ctdb_migrate failed: %s\n",
> + DEBUG(5, ("ctdbd_migrate failed: %s\n",
> strerror(ret)));
> TALLOC_FREE(result);
> return NULL;
> --
> 2.1.4
>
More information about the samba-technical
mailing list