Add -pass to Fidoconfig parser
This commit is contained in:
@@ -326,6 +326,11 @@ void gareafile::ReadHPTFile(char* path, char* file, char* origin, int group) {
|
||||
gettok(&key, &val);
|
||||
aa.setdesc(key);
|
||||
}
|
||||
else if (strieql(opt, "pass")) {
|
||||
|
||||
aa.type = GMB_NONE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
gettok(&key, &val);
|
||||
|
Reference in New Issue
Block a user