You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by da...@apache.org on 2007/07/28 16:17:02 UTC

svn commit: r560550 - /apr/apr/branches/evenset/misc/unix/wqueue.c

Author: davi
Date: Sat Jul 28 07:17:01 2007
New Revision: 560550

URL: http://svn.apache.org/viewvc?view=rev&rev=560550
Log:
Fix variable name typo in the wait queue code.

Modified:
    apr/apr/branches/evenset/misc/unix/wqueue.c

Modified: apr/apr/branches/evenset/misc/unix/wqueue.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/evenset/misc/unix/wqueue.c?view=diff&rev=560550&r1=560549&r2=560550
==============================================================================
--- apr/apr/branches/evenset/misc/unix/wqueue.c (original)
+++ apr/apr/branches/evenset/misc/unix/wqueue.c Sat Jul 28 07:17:01 2007
@@ -155,7 +155,7 @@
 
     APR_RING_REMOVE(&entry, link);
 
-    queue_unlock(queue);
+    queue_unlock(wqueue);
 
     return rv;
 }