create .synced/NAMES.last to document last sync attempts

This commit is contained in:
van Hauser
2020-06-24 11:09:33 +02:00
parent 9289af040c
commit bdc8e3b79e
2 changed files with 10 additions and 5 deletions

View File

@ -384,7 +384,7 @@ int main(int argc, char **argv_orig, char **envp) {
afl->out_dir = optarg;
break;
case 'M': { /* master sync ID */
case 'M': { /* main sync ID */
u8 *c;
@ -413,7 +413,7 @@ int main(int argc, char **argv_orig, char **envp) {
break;
case 'S':
case 'S': /* secondary sync id */
if (afl->sync_id) { FATAL("Multiple -S or -M options not supported"); }
afl->sync_id = ck_strdup(optarg);