Bug 719069
Summary: | clean up compiler warnings in 389-ds-base 1.2.9 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | Noriko Hosoi <nhosoi> | ||||
Component: | Directory Server | Assignee: | Noriko Hosoi <nhosoi> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 1.2.9 | CC: | amsharma, jgalipea, rmeggins | ||||
Target Milestone: | --- | Keywords: | VerifiedUpstream | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-12-07 16:38:52 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 708096 | ||||||
Attachments: |
|
Description
Noriko Hosoi
2011-07-05 16:39:47 UTC
Created attachment 511349 [details]
git patch file (master)
Description:
slapd/entry.c
-- added const qualifier to the 2nd arg of _entry_set_tombstone_rdn.
slapd/mapping_tree.c
-- commented out mapping_tree_node_validate.
plugins/automember/automember.c
-- removed a unused variable smods.
-- modified to use label "bail".
-- replaced deprecated slapi_entry_attr_hasvalue with
slapi_entry_attr_has_syntax_value.
plugins/mep/mep.c
-- replaced deprecated slapi_entry_attr_hasvalue with
slapi_entry_attr_has_syntax_value.
Reviewed by Nathan (Thank you!!!) Pushed to master. $ git merge work Updating f069f4b..dfcc435 Fast-forward ldap/servers/plugins/automember/automember.c | 14 +++++++---- ldap/servers/plugins/mep/mep.c | 24 ++++++++++++------- .../plugins/replication/windows_protocol_util.c | 2 +- ldap/servers/slapd/entry.c | 4 +- ldap/servers/slapd/mapping_tree.c | 3 ++ 5 files changed, 30 insertions(+), 17 deletions(-) $ git push Counting objects: 27, done. Delta compression using up to 2 threads. Compressing objects: 100% (14/14), done. Writing objects: 100% (14/14), 1.79 KiB, done. Total 14 (delta 10), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git f069f4b..dfcc435 master -> master |