Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 713828 Details for
Bug 924261
cfg service: When shutdown cannot be processed immediately, it's not possible to repeat
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch - part 1 - When send_shutdown fails, clear shutdown_con
2013-03-13-0001-cfg-When-send_shutdown-fails-clear-shutdown_con.patch (text/plain), 928 bytes, created by
Jan Friesse
on 2013-03-21 12:57:12 UTC
(
hide
)
Description:
Proposed patch - part 1 - When send_shutdown fails, clear shutdown_con
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2013-03-21 12:57:12 UTC
Size:
928 bytes
patch
obsolete
>From f3e0bd8d3f4abca736b42031705b3770e45542b2 Mon Sep 17 00:00:00 2001 >From: Jan Friesse <jfriesse@redhat.com> >Date: Wed, 6 Mar 2013 12:09:59 +0100 >Subject: [PATCH 1/6] cfg: When send_shutdown fails, clear shutdown_con > >When (for example) CS_ERR_TRY_AGAIN is returned, shutdown_con was still >set resulting in following situation: >- It was not possible to call shutdown again >- Shutdown didn't proceed > >Signed-off-by: Jan Friesse <jfriesse@redhat.com> >--- > services/cfg.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/services/cfg.c b/services/cfg.c >index 24f19f2..56198e2 100644 >--- a/services/cfg.c >+++ b/services/cfg.c >@@ -971,6 +971,7 @@ static void message_handler_req_lib_cfg_tryshutdown ( > result = send_shutdown(); > if (result == -1) { > error = CS_ERR_TRY_AGAIN; >+ shutdown_con = NULL; > } > > res_lib_cfg_tryshutdown.header.size = sizeof(struct res_lib_cfg_tryshutdown); >-- >1.7.1 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 924261
: 713828 |
713830