Skip to content

Commit

Permalink
Fix issue #604 incorrect multi-device statement failure handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Fish-Git committed Jan 8, 2024
1 parent ba4e9e6 commit b7fd573
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -2172,18 +2172,12 @@ int parse_and_attach_devices(const char *sdevnum,
if(rc!=0)
{
baddev=1;
break;
}
}
if(baddev)
{
break;
}
}

free(newargv);
free(orig_newargv);

free(dnd.da);
return baddev?-1:0;
}
Expand Down

0 comments on commit b7fd573

Please sign in to comment.