summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/proto-slap.h
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-12-03 01:45:34 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-12-03 01:45:34 +0000
commitecdb1a0959caef1aa3a92c8e39f99e4c39cb8b12 (patch)
tree664860ae5bd42e1383c4a243dbe729de7829a2cf /ldap/servers/slapd/proto-slap.h
parent4d975378bc871c605f0a7d83e341e5772c75b0df (diff)
downloadds-ecdb1a0959caef1aa3a92c8e39f99e4c39cb8b12.tar.gz
ds-ecdb1a0959caef1aa3a92c8e39f99e4c39cb8b12.tar.xz
ds-ecdb1a0959caef1aa3a92c8e39f99e4c39cb8b12.zip
[173931] Error logs not deleted
When reading a rotation info file, compare the contents with the files in the logs dir, if mismatch is found, update the rotation info file. Once the files arestored in the rotation info file, they will be the target of cleanup at the nextlog ration.
Diffstat (limited to 'ldap/servers/slapd/proto-slap.h')
-rw-r--r--ldap/servers/slapd/proto-slap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/slapd/proto-slap.h b/ldap/servers/slapd/proto-slap.h
index 2d7a7196..d1fdd406 100644
--- a/ldap/servers/slapd/proto-slap.h
+++ b/ldap/servers/slapd/proto-slap.h
@@ -588,7 +588,7 @@ void g_set_accesslog_level(int val);
*/
void slapd_nasty(char* str, int c, int err);
int strarray2str( char **a, char *buf, size_t buflen, int include_quotes );
-int slapd_slapd_chown_if_not_owner(const char *filename, uid_t uid, gid_t gid);
+int slapd_chown_if_not_owner(const char *filename, uid_t uid, gid_t gid);
/*
* modify.c