summaryrefslogtreecommitdiff
path: root/source3/lib/util_reg_api.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-08-21 21:57:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:10 -0500
commitf71a4fa3af115e28ef707d3d2ba63008c39ca6dc (patch)
tree661d62d3388fdf1e6eaf8d6c7f83ea0a001043c0 /source3/lib/util_reg_api.c
parent1523103164675b2ffe938f9d8014574c9381f4b2 (diff)
downloadsamba-f71a4fa3af115e28ef707d3d2ba63008c39ca6dc.tar.gz
samba-f71a4fa3af115e28ef707d3d2ba63008c39ca6dc.tar.bz2
samba-f71a4fa3af115e28ef707d3d2ba63008c39ca6dc.zip
r24610: Add a debug message that the workaround has been activated...
(This used to be commit a12f3bf6e93f7a902a1f6274d67f15cc4eeb20bd)
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;