Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7231
Modified Files:
perfctrs.c
Log Message:
Fixed a typo I put in in the previous checkin.
Index: perfctrs.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm/perfctrs.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perfctrs.c 25 Sep 2007 22:03:19 -0000 1.8
+++ perfctrs.c 26 Sep 2007 17:32:41 -0000 1.9
@@ -224,7 +224,7 @@
DB_MPOOL_STAT *mpstat = NULL;
DB_TXN_STAT *txnstat = NULL;
DB_LOG_STAT *logstat = NULL;
- DB_LOCK_STATi *lockstat = NULL;
+ DB_LOCK_STAT *lockstat = NULL;
MEMP_STAT(db_env, &mpstat, NULL, DB_STAT_CLEAR, malloc);
slapi_ch_free((void**)&mpstat);
Show replies by thread