From 0c93cd4f8f7d02edffe75a5c4769af7a1030482f Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 16 Mar 2011 14:32:27 +0000 Subject: 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.asterisk.org/svn/dahdi/tools/trunk@9831 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/astribank_is_starting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/astribank_is_starting.c') diff --git a/xpp/astribank_is_starting.c b/xpp/astribank_is_starting.c index d7661fe..072004f 100644 --- a/xpp/astribank_is_starting.c +++ b/xpp/astribank_is_starting.c @@ -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 -- cgit v1.2.3