NMT: Give warning of missing channel type AFTER creating all channels

This commit is contained in:
Andreas Eversberg
2016-07-31 15:24:19 +02:00
parent f729b32745
commit cc8631d4f9
3 changed files with 32 additions and 10 deletions

View File

@@ -356,6 +356,8 @@ int main(int argc, char *argv[])
}
}
nmt_check_channels();
signal(SIGINT,sighandler);
signal(SIGHUP,sighandler);
signal(SIGTERM,sighandler);