[SCM] Samba Shared Repository - branch v3-6-test updated

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


The branch, v3-6-test has been updated
       via  877e75d s3: Fix bug 8009
      from  2219149 s3: Fix a typo

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 877e75dc513b2e40b1741516460862037c349eaf
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
    (cherry picked from commit 1829891391d978e8dd322cdbd3320e30e5c78b72)

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

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