Ver código fonte

minor edits to remove references to cos in the example

Pete Rowley 19 anos atrás
pai
commit
ca1bfa7b34
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      ldap/servers/plugins/vattrsp_template/vattrsp.c

+ 2 - 2
ldap/servers/plugins/vattrsp_template/vattrsp.c

@@ -95,8 +95,8 @@ static int vattrsp_vattr_types(
 		);
 
 
-static Slapi_PluginDesc pdesc = { "vattrsp", PLUGIN_MAGIC_VENDOR_STR, PRODUCTTEXT,
-	"class of service plugin" };
+static Slapi_PluginDesc pdesc = { "vattrexamplesp", PLUGIN_MAGIC_VENDOR_STR, PRODUCTTEXT,
+	"vattr service provider example plugin" };
 
 static void * vattrsp_plugin_identity = NULL;