1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r24610: Add a debug message that the workaround has been activated...

(This used to be commit a12f3bf6e93f7a902a1f6274d67f15cc4eeb20bd)
This commit is contained in:
Michael Adam 2007-08-21 21:57:58 +00:00 committed by Gerald (Jerry) Carter
parent 1523103164
commit f71a4fa3af

View 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;