Add missing braces
Obtained from: DragonFly
This commit is contained in:
parent
457a9cfbc1
commit
8840ea45ae
@ -418,9 +418,10 @@ main(argc, argv)
|
||||
justquit = 1;
|
||||
}
|
||||
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
|
||||
if (ntp->status == MASTER)
|
||||
if (ntp->status == MASTER) {
|
||||
rmnetmachs(ntp);
|
||||
ntp->status = NOMASTER;
|
||||
}
|
||||
}
|
||||
checkignorednets();
|
||||
pickslavenet(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user