[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Nov 11 11:54:02 MST 2010


The branch, master has been updated
       via  beaf14e s3: Well... Fix a stupid error
      from  e7970c0 s3: Make cli_set_ea_fnum return NTSTATUS

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


- Log -----------------------------------------------------------------
commit beaf14ec91708b827ac0760a2b23383a989e840f
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Nov 11 19:08:20 2010 +0100

    s3: Well... Fix a stupid error
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu Nov 11 18:54:00 UTC 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c
index 20babbd..b40f7d1 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -4071,7 +4071,7 @@ static NTSTATUS cli_set_ea(struct cli_state *cli, uint16_t setup_val,
 			   const char *ea_name,
 			   const char *ea_val, size_t ea_len)
 {
-	uint16_t setup[0];
+	uint16_t setup[1];
 	unsigned int data_len = 0;
 	uint8_t *data = NULL;
 	char *p;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list