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 311975 Details for
Bug 436837
Dynamically reload schema via task interface
[?]
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]
cvs diff schema_reload.c
schema_reload.diff (text/plain), 1.16 KB, created by
Noriko Hosoi
on 2008-07-16 18:08:07 UTC
(
hide
)
Description:
cvs diff schema_reload.c
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2008-07-16 18:08:07 UTC
Size:
1.16 KB
patch
obsolete
>Index: schema_reload.c >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/schema_reload/schema_reload.c,v >retrieving revision 1.2 >diff -t -w -U4 -r1.2 schema_reload.c >--- schema_reload.c 27 Jun 2008 19:28:22 -0000 1.2 >+++ schema_reload.c 16 Jul 2008 18:04:37 -0000 >@@ -70,8 +70,9 @@ > * cn: schema reload task 0 > * [ schemadir: path to reload files from ] > */ > >+#include "slap.h" > #include "slapi-plugin.h" > #include "nspr.h" > #include "dirver.h" /* PRODUCTTEXT */ > #include <dirlite_strings.h> /* PLUGIN_MAGIC_VENDOR_STR */ >@@ -132,9 +133,9 @@ > static void > schemareload_thread(void *arg) > { > Slapi_Task *task = (Slapi_Task *)arg; >- int i, rv = 0; >+ int rv = 0; > int total_work = 2; > /* fetch our argument from the task */ > char *schemadir = (char *)slapi_task_get_data(task); > >@@ -215,9 +216,8 @@ > PRThread *thread = NULL; > const char *cn; > const char *schemadir = NULL; > int rv = SLAPI_DSE_CALLBACK_OK; >- Slapi_PBlock *mypb = NULL; > Slapi_Task *task = NULL; > > *returncode = LDAP_SUCCESS; > if ((cn = fetch_attr(e, "cn", NULL)) == NULL) {
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 436837
:
307257
|
308278
|
308379
|
308400
|
308403
|
308554
|
308555
|
308847
|
308848
| 311975