[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fedora-directory-commits
Subject:    [389-commits] ldap/servers
From:       Noriko Hosoi <nhosoi () fedoraproject ! org>
Date:       2012-07-19 1:06:28
Message-ID: 20120719010628.E4A0B996 () lists ! fedorahosted ! org
[Download RAW message or body]

 ldap/servers/slapd/slapi-plugin.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 078e65ce79acc5d1a4362299cd9769185ec47e50
Author: Noriko Hosoi <nhosoi@totoro.usersys.redhat.com>
Date:   Wed Jul 18 16:59:27 2012 -0700

    Conflict definition in SLAPI_ATTR_FLAG macros
    
    Bug description:
    It turned out these 2 macros had conflict values.
      SLAPI_ATTR_FLAG_NORMALIZED_CIS 0x0400 /* the attr value is normalized ..
      SLAPI_ATTR_FLAG_NOEXPOSE       0x0400 /* the attr value is not exposed */
    SLAPI_ATTR_FLAG_NORMALIZED_CIS was introduced with the commit
    c0151f78509c35250095da6e2785842337963008.
    
    Fix description: Define SLAPI_ATTR_FLAG_NOEXPOSE with 0x0800
    which is not used by any other SLAPI_ATTR_FLAG macros.

diff --git a/ldap/servers/slapd/slapi-plugin.h b/ldap/servers/slapd/slapi-plugin.h
index a703a4c..979b558 100644
--- a/ldap/servers/slapd/slapi-plugin.h
+++ b/ldap/servers/slapd/slapi-plugin.h
@@ -193,7 +193,7 @@ NSPR_API(PRUint32) PR_fprintf(struct PRFileDesc* fd, const char *fmt, ...)
  * \see slapi_value_set_flags()
  * \see slapi_values_set_flags()
  */
-#define SLAPI_ATTR_FLAG_NOEXPOSE	0x0400	/* the attr value is not exposed */
+#define SLAPI_ATTR_FLAG_NOEXPOSE	0x0800	/* the attr value is not exposed */
 
 /* operation flags */
 #define SLAPI_OP_FLAG_INTERNAL		0x00020 /* An operation generated by the core server or a plugin. */


--
389 commits mailing list
389-commits@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic