summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format.c b/src/format.c
index 358e71c..0abefb8 100644
--- a/src/format.c
+++ b/src/format.c
@@ -562,9 +562,9 @@ format_first(struct plugin_state *state, Slapi_PBlock *pb, Slapi_Entry *e,
char ***ref_attrs, struct format_inref_attr ***inref_attrs)
{
int ret, i, argc;
- char **argv, *value, **values;
+ char **argv, **values;
const char *value_format, *default_value;
- unsigned int length, *lengths;
+ unsigned int *lengths;
ret = format_parse_args(state, args, &argc, &argv);
if (argc < 1) {
slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id,