astribank_is_starting.c: do have timeout (typo)
Due to a typo the option for not using a timeout was always used. Regression since r9426. git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9831 17933a7a-c749-41c5-a318-cba88f637d49
This commit is contained in:
parent
ed3da234d7
commit
ad02c5b314
@ -16,7 +16,7 @@ static int verbose;
|
||||
static int timeout_seconds = 60;
|
||||
|
||||
/* If libc provides no timeout variant: try to do without it: */
|
||||
#ifndef HAVE_SEMTIMEDEOP
|
||||
#ifndef HAVE_SEMTIMEDOP
|
||||
#define semtimedop(sem, ops, n, timeout) semop(sem, ops, n)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user