This commit is contained in:
cathugger
2018-07-09 17:00:51 +00:00
parent 83a63a30ee
commit 04fadf3333
2 changed files with 1 additions and 2 deletions

1
yaml.c
View File

@@ -207,7 +207,6 @@ int yamlin_parseandcreate(FILE *fin,char *sname,const char *hostname)
hashost = 1;
} else
skipthis = 1;
break;
case PUB:
if (len != PUBKEY_LEN || !base64_valid(p,0)) {