The branch, master has been updated
       via  590f7c2... Output %p as unsigned in snprintf replacement.
      from  fcbe8f0... s4:kdc: setup the local and remote tsocket_address at 
accept time

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


- Log -----------------------------------------------------------------
commit 590f7c262df9517f64c6faf35e6b7ed7664a0002
Author: Peter Rosin <[email protected]>
Date:   Sat Dec 19 19:43:52 2009 +0100

    Output %p as unsigned in snprintf replacement.

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

Summary of changes:
 lib/replace/snprintf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/snprintf.c b/lib/replace/snprintf.c
index c54d721..bca7742 100644
--- a/lib/replace/snprintf.c
+++ b/lib/replace/snprintf.c
@@ -504,6 +504,7 @@ static int dopr(char *buffer, size_t maxlen, const char 
*format, va_list args_in
                                break;
                        case 'p':
                                cnk->type = CNK_PTR;
+                               cnk->flags |= DP_F_UNSIGNED;
                                break;
                        case 'n':
                                cnk->type = CNK_NUM;


-- 
Samba Shared Repository

Reply via email to