[svn-commits] jpeeler: trunk r266240 - /trunk/pbx/pbx_realtime.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu May 27 15:08:51 CDT 2010
Author: jpeeler
Date: Thu May 27 15:08:49 2010
New Revision: 266240
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=266240
Log:
fix compile error
Modified:
trunk/pbx/pbx_realtime.c
Modified: trunk/pbx/pbx_realtime.c
URL: http://svnview.digium.com/svn/asterisk/trunk/pbx/pbx_realtime.c?view=diff&rev=266240&r1=266239&r2=266240
==============================================================================
--- trunk/pbx/pbx_realtime.c (original)
+++ trunk/pbx/pbx_realtime.c Thu May 27 15:08:49 2010
@@ -136,6 +136,8 @@
pthread_testcancel();
nanosleep(&one_second, NULL);
}
+
+ return NULL;
}
More information about the svn-commits
mailing list