The branch, v3-5-test has been updated
       via  509b424... s3: Fix commit 9b5f8eb59ed7f65d4c017cd6a9dc668ebf3115b6.
      from  e1468d0... s4-smbtorture: more and stricter tests for printer and 
data keys in RPC-SPOOLSS.

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


- Log -----------------------------------------------------------------
commit 509b42486e5f98343d95100c12969703398a248d
Author: Bo Yang <boy...@samba.org>
Date:   Mon Nov 30 19:39:33 2009 +0800

    s3: Fix commit 9b5f8eb59ed7f65d4c017cd6a9dc668ebf3115b6.
    
    Signed-off-by: Bo Yang <boy...@samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 1c79ff6..641f7ad 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -7093,7 +7093,7 @@ bool lp_file_list_changed(void)
                                return true;
                        }
                } else {
-                       n2 = alloc_sub_basic(get_current_username(),
+                       n2 = talloc_sub_basic(get_current_username(),
                                            current_user_info.domain,
                                            f->name);
                        if (!n2) {
@@ -7118,7 +7118,7 @@ bool lp_file_list_changed(void)
                                TALLOC_FREE(n2);
                                return true;
                        }
-                       SAFE_FREE(n2);
+                       TALLOC_FREE(n2);
                }
                f = f->next;
        }


-- 
Samba Shared Repository

Reply via email to