Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/slapd In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8774
Modified Files: snmp_collator.c Log Message: Resolves: #207457 Summary: rhds 7.1 - server stats use 32-bit integers - entrycachehitratio 1503% Description: added '/' at the head of the semaphore name.
Index: snmp_collator.c =================================================================== RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/snmp_collator.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- snmp_collator.c 24 Oct 2008 22:36:58 -0000 1.16 +++ snmp_collator.c 28 Oct 2008 00:18:27 -0000 1.17 @@ -429,7 +429,7 @@ } PR_snprintf(szStatsFile, sizeof(szStatsFile), "%s/%s%s", statspath, instname, AGT_STATS_EXTENSION); - PR_snprintf(stats_sem_name, sizeof(stats_sem_name), "%s%s", + PR_snprintf(stats_sem_name, sizeof(stats_sem_name), "/%s%s", instname, AGT_STATS_EXTENSION); tmpstatsfile = szStatsFile; slapi_ch_free_string(&statspath);
389-commits@lists.fedoraproject.org