[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Mar 12 03:40:02 MST 2011


The branch, master has been updated
       via  1829891 s3: Fix bug 8009
      from  a051b40 samba_abi: Also sort ABI files  properly so symbols end up in the right version.

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


- Log -----------------------------------------------------------------
commit 1829891391d978e8dd322cdbd3320e30e5c78b72
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Mar 12 10:49:27 2011 +0100

    s3: Fix bug 8009
    
    Jeremy, please check!
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Sat Mar 12 11:39:41 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/libsmb/clirap2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clirap2.c b/source3/libsmb/clirap2.c
index a088397..20efca3 100644
--- a/source3/libsmb/clirap2.c
+++ b/source3/libsmb/clirap2.c
@@ -212,7 +212,7 @@ static size_t rap_getstringp(TALLOC_CTX *ctx, char *p, char **dest, char *r, uin
 		}
 	}
 	pull_string_talloc(ctx,src,0,dest,src,len,STR_ASCII);
-	return len;
+	return 4;
 }
 
 static char *make_header(char *param, uint16 apinum, const char *reqfmt, const char *datafmt)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list