]> git.sur5r.net Git - openldap/commitdiff
Fix typo in OMsInteger macro
authorHoward Chu <hyc@openldap.org>
Wed, 13 Apr 2005 06:44:32 +0000 (06:44 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 13 Apr 2005 06:44:32 +0000 (06:44 +0000)
servers/slapd/bconfig.c

index cf90b805fcb915a4278edc6dfdd28848bcaecf23..fd2f8c43a74699a497b0c98aa6ebee3c41fbf913 100644 (file)
@@ -205,7 +205,7 @@ static OidRec OidMacros[] = {
        { "OLcfgDbOc", "OLcfgOc:2" },
        { "OLcfgOvOc", "OLcfgOc:3" },
        { "OMsyn", "1.3.6.1.4.1.1466.115.121.1" },
-       { "OMsInteger", "OMsyn:2" },
+       { "OMsInteger", "OMsyn:27" },
        { "OMsBoolean", "OMsyn:7" },
        { "OMsDN", "OMsyn:12" },
        { "OMsDirectoryString", "OMsyn:15" },