[Pkg-voip-commits] [dahdi-tools] 22/285: astribank_is_starting.c: do have timeout (typo)

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit ad02c5b314774b8ec6208939e6a0edfcccb01076
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date:   Wed Mar 16 14:32:27 2011 +0000

    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
---
 xpp/astribank_is_starting.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list