bnicholes 2002/07/31 13:06:06
Modified: file_io/netware filestat.c
Log:
Forgot to unbind the thread on an error condition
Revision Changes Path
1.15 +3 -1 apr/file_io/netware/filestat.c
Index: filestat.c
===================================================================
RCS file: /home/cvs/apr/file_io/netware/filestat.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- filestat.c 24 Jul 2002 14:35:43 -0000 1.14
+++ filestat.c 31 Jul 2002 20:06:06 -0000 1.15
@@ -308,8 +308,10 @@
}
NXThreadBind (NX_THR_UNBOUND);
}
- else
+ else{
+ NXThreadBind (NX_THR_UNBOUND);
return ret;
+ }
}
}
else {