Legacy_fsm cut/paste typo
This commit is contained in:
@ -5919,7 +5919,7 @@ int DMC2280Action(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
return 1;
|
||||
}
|
||||
else if(strcasecmp("legacy_fsm", argv[1]) == 0) {
|
||||
SCPrintf(pCon, eValue, "%s.legacy_fsm = %d", self->name, self->posit_count);
|
||||
SCPrintf(pCon, eValue, "%s.legacy_fsm = %d", self->name, self->legacy_fsm);
|
||||
return 1;
|
||||
}
|
||||
else if(strcasecmp("posit_count", argv[1]) == 0) {
|
||||
|
Reference in New Issue
Block a user