mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
satisfy buildbot
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3192,7 +3192,7 @@ int main(int argc, char *argv[])
|
|||||||
fd = open("/dev/zap/timer", O_RDWR);
|
fd = open("/dev/zap/timer", O_RDWR);
|
||||||
if (fd >= 0) {
|
if (fd >= 0) {
|
||||||
if (ioctl(fd, ZT_TIMERCONFIG, &x)) {
|
if (ioctl(fd, ZT_TIMERCONFIG, &x)) {
|
||||||
ast_log(LOG_ERROR, "You have Zaptel built and drivers loaded, but the Zaptel timer test failed to set ZT_TIMERCONFIG to \'%d\'.\n", x);
|
ast_log(LOG_ERROR, "You have Zaptel built and drivers loaded, but the Zaptel timer test failed to set ZT_TIMERCONFIG to %d.\n", x);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if ((x = ast_wait_for_input(fd, 300)) < 0) {
|
if ((x = ast_wait_for_input(fd, 300)) < 0) {
|
||||||
|
Reference in New Issue
Block a user