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 308554 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 slap.h backend.c
schemareload.diffs2 (text/plain), 1.74 KB, created by
Noriko Hosoi
on 2008-06-06 17:48:09 UTC
(
hide
)
Description:
cvs diff slap.h backend.c
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2008-06-06 17:48:09 UTC
Size:
1.74 KB
patch
obsolete
>Index: slap.h >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/slap.h,v >retrieving revision 1.33 >diff -t -w -U4 -r1.33 slap.h >--- slap.h 4 Jun 2008 22:22:55 -0000 1.33 >+++ slap.h 6 Jun 2008 17:26:23 -0000 >@@ -775,10 +775,10 @@ > IFP plg_un_db_register_dn_callback; /* Register a function to call when a operation is applied to a given DN */ > IFP plg_un_db_register_oc_callback; /* Register a function to call when a operation is applied to a given ObjectClass */ > IFP plg_un_db_init_instance; /* initializes new db instance */ > IFP plg_un_db_wire_import; /* fast replica update */ >- IFP plg_un_db_add_schema; /* add schema */ > IFP plg_un_db_verify; /* verify db files */ >+ IFP plg_un_db_add_schema; /* add schema */ > } plg_un_db; > #define plg_bind plg_un.plg_un_db.plg_un_db_bind > #define plg_unbind plg_un.plg_un_db.plg_un_db_unbind > #define plg_search plg_un.plg_un_db.plg_un_db_search >Index: backend.c >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/backend.c,v >retrieving revision 1.7 >diff -t -w -U4 -r1.7 backend.c >--- backend.c 4 Jun 2008 22:22:55 -0000 1.7 >+++ backend.c 6 Jun 2008 17:26:23 -0000 >@@ -168,9 +168,9 @@ > > int > be_isdeleted( const Slapi_Backend *be ) > { >- return BE_STATE_DELETED == be->be_state; >+ return ((be == NULL) || (BE_STATE_DELETED == be->be_state)); > } > > void > be_addsuffix(Slapi_Backend *be,const Slapi_DN *suffix)
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