summaryrefslogtreecommitdiff
path: root/source3/lib/util_reg_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/util_reg_api.c')
-rw-r--r--source3/lib/util_reg_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/util_reg_api.c b/source3/lib/util_reg_api.c
index ee9f22884b..243499cb99 100644
--- a/source3/lib/util_reg_api.c
+++ b/source3/lib/util_reg_api.c
@@ -63,6 +63,8 @@ WERROR registry_pull_value(TALLOC_CTX *mem_ctx,
}
tmp[0] = 0;
tmp[1] = 0;
+ DEBUG(10, ("got REG_SZ value of length 1 - workaround "
+ "activated.\n"));
}
else if ((length % 2) != 0) {
err = WERR_INVALID_PARAM;