The branch, master has been updated
       via  31b4585... convert_string_talloc_convenience - print out the input 
buffer in a better way (using dump_data since it isn't always directly readable)
      from  c69afbb... s4:registry - "reg_key_del/add_abs": call "talloc_free" 
only on valid objects

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 31b45854891f194c46629185b4bb494691f06441
Author: Matthias Dieter Wallnöfer <mwallnoe...@yahoo.de>
Date:   Mon Mar 22 23:16:26 2010 +0100

    convert_string_talloc_convenience - print out the input buffer in a better 
way (using dump_data since it isn't always directly readable)

-----------------------------------------------------------------------

Summary of changes:
 lib/util/charset/charcnv.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/charset/charcnv.c b/lib/util/charset/charcnv.c
index efdb3ed..e9f6ab0 100644
--- a/lib/util/charset/charcnv.c
+++ b/lib/util/charset/charcnv.c
@@ -237,7 +237,8 @@ convert:
                                reason="Illegal multibyte sequence";
                                break;
                }
-               DEBUG(0,("Conversion error: %s(%s)\n",reason,inbuf));
+               DEBUG(0,("Conversion error: %s - ",reason));
+               dump_data(0, (const uint8_t *) inbuf, i_len);
                talloc_free(ob);
                return (size_t)-1;
        }


-- 
Samba Shared Repository

Reply via email to