]> git.sur5r.net Git - openldap/commitdiff
However, SLAPI_PLUGIN_VERSION is treated as an opaque type
authorLuke Howard <lukeh@openldap.org>
Mon, 25 Jul 2005 10:55:37 +0000 (10:55 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 25 Jul 2005 10:55:37 +0000 (10:55 +0000)
servers/slapd/slapi/slapi_pblock.c

index b899cdecec260358ac522fa8ab681328e87adf16..2bab6784154fa7a8a977eb2d640ba1a888d1d42f 100644 (file)
@@ -44,7 +44,6 @@ pblock_get_param_class( int param )
        switch ( param ) {
        case SLAPI_PLUGIN_TYPE:
        case SLAPI_PLUGIN_ARGC:
-       case SLAPI_PLUGIN_VERSION:
        case SLAPI_PLUGIN_OPRETURN:
        case SLAPI_PLUGIN_INTOP_RESULT:
        case SLAPI_CONFIG_LINENO:
@@ -277,6 +276,7 @@ pblock_get_param_class( int param )
        case SLAPI_X_GROUP_TARGET_ENTRY:
        case SLAPI_PLUGIN_AUDIT_DATA:
        case SLAPI_IBM_PBLOCK:
+       case SLAPI_PLUGIN_VERSION:
                return PBLOCK_CLASS_POINTER;
                break;
        default: