[svn-commits] tzafrir: branch tools/2.4 r9833 - /tools/branches/2.4/xpp/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Mar 16 09:40:56 CDT 2011
Author: tzafrir
Date: Wed Mar 16 09:40:53 2011
New Revision: 9833
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9833
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/branches/2.4/xpp/astribank_is_starting.c
Modified: tools/branches/2.4/xpp/astribank_is_starting.c
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.4/xpp/astribank_is_starting.c?view=diff&rev=9833&r1=9832&r2=9833
==============================================================================
--- tools/branches/2.4/xpp/astribank_is_starting.c (original)
+++ tools/branches/2.4/xpp/astribank_is_starting.c Wed Mar 16 09:40:53 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