- Repaired rights check in EVFactory

This commit is contained in:
cvs
2000-06-07 09:37:05 +00:00
parent f979f410a4
commit eeeb82fedf

View File

@ -1052,6 +1052,12 @@
return 0;
}
/* check rights */
if(!SCMatchRights(pCon,usUser))
{
return 0;
}
strtolower(argv[1]);
if(strcmp(argv[1],"del") == 0) /* delete */
{