summaryrefslogtreecommitdiffstats
path: root/service_passwords.c
diff options
context:
space:
mode:
Diffstat (limited to 'service_passwords.c')
-rw-r--r--service_passwords.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service_passwords.c b/service_passwords.c
index 03c0c96..5cb9924 100644
--- a/service_passwords.c
+++ b/service_passwords.c
@@ -10,7 +10,7 @@ extern int slapi_pw_find(struct berval **vals, struct berval *v);
static Slapi_ComponentId *plugin_id = NULL;
/* Get an entry specified by a DN and with the specified attributes. */
-static int get_entry(char *dn, char **attrs, Slapi_Entry **entry)
+static int get_entry(const char *dn, char **attrs, Slapi_Entry **entry)
{
Slapi_Entry **entries = NULL;
Slapi_PBlock *pb = NULL;