This commit is contained in:
relyea%netscape.com 2004-05-05 00:36:52 +00:00
Родитель 43221d7395
Коммит 1d997eb6cd
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1160,7 +1160,7 @@ const Commands _commands[] = {
"Create a new CK_MECHANISM object with type NULL paramters and specified type\n"
" varName variable name of the new mechansim\n"
" mechanismType CKM_ mechanism type value to set int the type field\n",
{ArgMechanism|ArgOut, ArgULong, ArgNone, ArgNone, ArgNone,
{ArgVar|ArgNew, ArgULong, ArgNone, ArgNone, ArgNone,
ArgNone, ArgNone, ArgNone, ArgNone, ArgNone }},
{"BuildTemplate", F_BuildTemplate,
"BuildTemplate template\n\n"

Просмотреть файл

@ -748,6 +748,7 @@ DeleteVariable(const char *bp)
if (PL_strcasecmp((*current)->vname,vname) == 0) {
argFree((*current)->value);
*current = (*current)->next;
break;
}
}
return CKR_OK;