check for access security not started

This commit is contained in:
Marty Kraimer
2004-02-17 13:11:57 +00:00
parent 57a87ac96d
commit 13b19bade4
+4
View File
@@ -249,6 +249,10 @@ int ascar(int level)
int n=0,nbad=0;
enum channel_state state;
if(!pasbase) {
printf("access security not started\n");
return(0);
}
pasg = (ASG *)ellFirst(&pasbase->asgList);
while(pasg) {
ASGINP *pasginp;