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 629238 Details for
Bug 863940
Don't call sync_* funcs for unloaded services OR currently unloading services
[?]
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]
2012-10-18-0003-Make-service_build-contain-correct-number-of-msgs
2012-10-18-0003-Make-service_build-contain-correct-number-of-msgs.patch (text/plain), 1.02 KB, created by
Jan Friesse
on 2012-10-18 08:38:53 UTC
(
hide
)
Description:
2012-10-18-0003-Make-service_build-contain-correct-number-of-msgs
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2012-10-18 08:38:53 UTC
Size:
1.02 KB
patch
obsolete
>From b45e2e60bbd1ea7f69add73aa0f57211eeea500c Mon Sep 17 00:00:00 2001 >From: Jan Friesse <jfriesse@redhat.com> >Date: Mon, 1 Oct 2012 14:46:54 +0200 >Subject: [PATCH 3/3] Make service_build contain correct number of msgs > >Signed-off-by: Jan Friesse <jfriesse@redhat.com> >Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com> >(backported from commit a273be58ae97f192712661b2f5a19f8d89183065) >--- > exec/syncv2.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/exec/syncv2.c b/exec/syncv2.c >index 267f915..5e59190 100644 >--- a/exec/syncv2.c >+++ b/exec/syncv2.c >@@ -510,11 +510,11 @@ static void sync_servicelist_build_enter ( > my_service_list_entries += 1; > } > >- for (i = 0; i < my_service_list[i].service_id; i++) { >+ for (i = 0; i < my_service_list_entries; i++) { > service_build.service_list[i] = > my_service_list[i].service_id; > } >- service_build.service_list_entries = i; >+ service_build.service_list_entries = my_service_list_entries; > > service_build_message_transmit (&service_build); > } >-- >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 863940
: 629238 |
629239
|
629240