r24610: Add a debug message that the workaround has been activated...
authorMichael Adam <obnox@samba.org>
Tue, 21 Aug 2007 21:57:58 +0000 (21:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:10 +0000 (12:30 -0500)
source/lib/util_reg_api.c

index ee9f22884bc4436bfe92f707aaa3d9f80b472f96..243499cb9915ddf835bdc2e641d2f9e7827c4f69 100644 (file)
@@ -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;