[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Fri Dec 26 14:55:03 MST 2014


The branch, master has been updated
       via  d1cae6b Fix a comment to indicate that TALLOC_FREE must be used to free an allocated array of strings.
      from  2fdc551 winbind: Retry LogonControl RPC in ping-dc after session expiration

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


- Log -----------------------------------------------------------------
commit d1cae6b37b81345c1e617437ed656300563b32e4
Author: Richard Sharpe <realrichardsharpe at gmail.com>
Date:   Fri Dec 26 06:42:40 2014 -0800

    Fix a comment to indicate that TALLOC_FREE must be used to free an allocated array of strings.
    
    Signed-off-by: Richard Sharpe <realrichardsharpe at gmail.com>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Fri Dec 26 22:54:51 CET 2014 on sn-devel-104

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

Summary of changes:
 source3/lib/util_file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/util_file.c b/source3/lib/util_file.c
index 27a078f..a603f01 100644
--- a/source3/lib/util_file.c
+++ b/source3/lib/util_file.c
@@ -70,7 +70,7 @@ static char *file_pload(const char *syscmd, size_t *size)
 
 /**
  Load a pipe into memory and return an array of pointers to lines in the data
- must be freed with file_lines_free(). 
+ must be freed with TALLOC_FREE.
 **/
 
 char **file_lines_pload(const char *syscmd, int *numlines)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list