]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
typo
authorMark Andrews <marka@isc.org>
Wed, 23 Jul 2003 03:20:24 +0000 (03:20 +0000)
committerMark Andrews <marka@isc.org>
Wed, 23 Jul 2003 03:20:24 +0000 (03:20 +0000)
lib/isc/rwlock.c

index 5138b97aff963c1f2bb8e54cfcab66a4e5da5d93..c31b2a11ca69fe01621d31c0aab74256bc05928b 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rwlock.c,v 1.33.2.3 2003/07/22 04:03:48 marka Exp $ */
+/* $Id: rwlock.c,v 1.33.2.4 2003/07/23 03:20:24 marka Exp $ */
 
 #include <config.h>
 
@@ -298,7 +298,7 @@ isc_rwlock_unlock(isc_rwlock_t *rwl, isc_rwlocktype_t type) {
                        }
                }
        }
-       INSIST(rwl->original == isc_rwlock_none);
+       INSIST(rwl->original == isc_rwlocktype_none);
 
 #ifdef ISC_RWLOCK_TRACE
        print_lock(isc_msgcat_get(isc_msgcat, ISC_MSGSET_RWLOCK,