Add missing braces

Obtained from:	DragonFly
This commit is contained in:
Kevin Lo 2012-09-12 10:16:39 +00:00
parent 457a9cfbc1
commit 8840ea45ae

View File

@ -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);