diff options
author | Michael Adam <obnox@samba.org> | 2007-08-21 21:57:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:10 -0500 |
commit | f71a4fa3af115e28ef707d3d2ba63008c39ca6dc (patch) | |
tree | 661d62d3388fdf1e6eaf8d6c7f83ea0a001043c0 /source3 | |
parent | 1523103164675b2ffe938f9d8014574c9381f4b2 (diff) | |
download | samba-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')
-rw-r--r-- | source3/lib/util_reg_api.c | 2 |
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; |