Skip to content
Snippets Groups Projects
Commit ba8acc0c authored by Luke Howard's avatar Luke Howard
Browse files

However, SLAPI_PLUGIN_VERSION is treated as an opaque type

parent 4836f2a5
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment