Sfoglia il codice sorgente

minor edits to remove references to cos in the example

Pete Rowley 19 anni fa
parent
commit
ca1bfa7b34
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;