jim 2003/03/27 12:10:35
Modified: locks/unix proc_mutex.c
Log:
Bugz 17186
Revision Changes Path
1.29 +1 -0 apr/locks/unix/proc_mutex.c
Index: proc_mutex.c
===================================================================
RCS file: /home/cvs/apr/locks/unix/proc_mutex.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- proc_mutex.c 23 Feb 2003 16:40:31 -0000 1.28
+++ proc_mutex.c 27 Mar 2003 20:10:35 -0000 1.29
@@ -98,6 +98,7 @@
new_mutex->interproc = apr_palloc(new_mutex->pool,
sizeof(*new_mutex->interproc));
+ new_mutex->interproc->filedes = -1;
/*
* This bogusness is to follow what appears to be the
* lowest common denominator in Posix semaphore naming: