The Samba-Bugzilla – Attachment 5899 Details for
Bug 7616
ctdb_freeze_lock references uninitialized parent pid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed one-line fix
ctdb-7616.patch (text/plain), 394 bytes, created by
Jeff Butler
on 2010-08-12 14:30:18 UTC
(
hide
)
Description:
Proposed one-line fix
Filename:
MIME Type:
Creator:
Jeff Butler
Created:
2010-08-12 14:30:18 UTC
Size:
394 bytes
patch
obsolete
>diff --git a/server/ctdb_daemon.c b/server/ctdb_daemon.c >index 7a31a13..aeea525 100644 >--- a/server/ctdb_daemon.c >+++ b/server/ctdb_daemon.c >@@ -759,7 +759,7 @@ int ctdb_start_daemon(struct ctdb_context *ctdb, bool do_fork, bool use_syslog) > block_signal(SIGPIPE); > > ctdbd_pid = getpid(); >- >+ ctdb->ctdbd_pid = ctdbd_pid; > > DEBUG(DEBUG_ERR, ("Starting CTDBD as pid : %u\n", ctdbd_pid)); >
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
Actions:
View
Attachments on
bug 7616
: 5899