[svn-commits] tzafrir: tools/trunk r9831 - /tools/trunk/xpp/astribank_is_starting.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Mar 16 09:32:31 CDT 2011
Author: tzafrir
Date: Wed Mar 16 09:32:27 2011
New Revision: 9831
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9831
Log:
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.
Modified:
tools/trunk/xpp/astribank_is_starting.c
Modified: tools/trunk/xpp/astribank_is_starting.c
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/astribank_is_starting.c?view=diff&rev=9831&r1=9830&r2=9831
==============================================================================
--- tools/trunk/xpp/astribank_is_starting.c (original)
+++ tools/trunk/xpp/astribank_is_starting.c Wed Mar 16 09:32:27 2011
@@ -16,7 +16,7 @@
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
More information about the svn-commits
mailing list