The Samba-Bugzilla – Attachment 14093 Details for
Bug 13356
Fix bugs in client code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Extra patch for 4.8.x
BZ13356-v4-8-extra.patch (text/plain), 960 bytes, created by
Amitay Isaacs
on 2018-03-28 23:55:14 UTC
(
hide
)
Description:
Extra patch for 4.8.x
Filename:
MIME Type:
Creator:
Amitay Isaacs
Created:
2018-03-28 23:55:14 UTC
Size:
960 bytes
patch
obsolete
>From c8c2aac12735362526263d23d0004b323387246f Mon Sep 17 00:00:00 2001 >From: Amitay Isaacs <amitay@gmail.com> >Date: Thu, 8 Mar 2018 11:35:55 +1100 >Subject: [PATCH] ctdb-client: Client code should never free the client context > >This should never have been done. > >Signed-off-by: Amitay Isaacs <amitay@gmail.com> >Reviewed-by: Martin Schwenke <martin@meltin.net> >(cherry picked from commit 376e9794e2d19e8d17b0bdde36ce8a1a205986c6) >--- > ctdb/client/client_connect.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/ctdb/client/client_connect.c b/ctdb/client/client_connect.c >index 89a602d4030..1e4157e94ff 100644 >--- a/ctdb/client/client_connect.c >+++ b/ctdb/client/client_connect.c >@@ -297,7 +297,6 @@ static void client_dead_handler(void *private_data) > ctdb_client_callback_func_t callback = client->callback; > void *callback_data = client->private_data; > >- talloc_free(client); > if (callback != NULL) { > callback(callback_data); > return; >-- >2.14.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
martins
:
review+
Actions:
View
Attachments on
bug 13356
:
14091
| 14093