[jbossnative-commits] JBoss Native SVN: r1387 - trunk/sight/native/share.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Thu Feb 28 03:15:44 EST 2008


Author: jfrederic.clere at jboss.com
Date: 2008-02-28 03:15:44 -0500 (Thu, 28 Feb 2008)
New Revision: 1387

Modified:
   trunk/sight/native/share/mutex.c
Log:
typo.


Modified: trunk/sight/native/share/mutex.c
===================================================================
--- trunk/sight/native/share/mutex.c	2008-02-22 08:35:30 UTC (rev 1386)
+++ trunk/sight/native/share/mutex.c	2008-02-28 08:15:44 UTC (rev 1387)
@@ -248,7 +248,7 @@
         if (no->opaque) {
             apr_os_global_mutex_t osm;
             apr_os_global_mutex_get(&osm, (apr_global_mutex_t *)no->native);
-            RETURN_JCSTR(apr_proc_mutex_lockfile(osm.proc_mutex);
+            RETURN_JCSTR(apr_proc_mutex_lockfile(osm.proc_mutex));
         }
         else {
             RETURN_JCSTR(apr_proc_mutex_lockfile((apr_proc_mutex_t *)no->native));




More information about the jbossnative-commits mailing list