You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Sander Striker <st...@samba-tng.org> on 2001/06/18 09:00:20 UTC

[PATCH] sms framework

Hi,

This patch cleans up some of the apr_sms_destroy function
(it replaces sms->parent->... with pms->... because pms
 is set to sms->parent earlier on)

Second it fixes a bug in conditional locking when the sms
has no parent.

Sander