[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue May 11 00:26:39 MDT 2010


The branch, master has been updated
       via  b8c414b... README.Coding: fix good example
      from  9e643f0... s4-smbtorture: fix smbcli_rap_netuserpasswordset2().

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


- Log -----------------------------------------------------------------
commit b8c414b35f1bd37a70af7746ee5cc9427e4e31ee
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue May 11 08:03:56 2010 +0200

    README.Coding: fix good example
    
    metze

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

Summary of changes:
 README.Coding |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/README.Coding b/README.Coding
index ddeacc9..8bfd86f 100644
--- a/README.Coding
+++ b/README.Coding
@@ -210,8 +210,9 @@ Good Examples::
 		print("Allocated %d elements.\n", y);
 
 	 done: 
-		if (z)
+		if (z) {
 			free(z);
+		}
 
 		return ret;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list