[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-365-g9751cc2

Volker Lendecke vl at sernet.de
Fri Nov 23 13:36:38 GMT 2007


The branch, v3-2-test has been updated
       via  9751cc222c70fd669a1cc1ad61ffb4e2e8444019 (commit)
      from  0a7338abfabaf31c2cbd81fb4ac8f1ce45735bed (commit)

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


- Log -----------------------------------------------------------------
commit 9751cc222c70fd669a1cc1ad61ffb4e2e8444019
Author: Volker Lendecke <vl at sernet.de>
Date:   Fri Nov 23 14:34:13 2007 +0100

    add talloc_stackframe() to eventlogadm
    
    Thanks to Günther Kukkukk for noticing

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

Summary of changes:
 source/utils/eventlogadm.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/eventlogadm.c b/source/utils/eventlogadm.c
index 278a7e9..5424eca 100644
--- a/source/utils/eventlogadm.c
+++ b/source/utils/eventlogadm.c
@@ -160,6 +160,7 @@ int main( int argc, char *argv[] )
 {
 	int opt, rc;
 	char *exename;
+	TALLOC_CTX *frame = talloc_stackframe();
 
 
 	fstring opname;
@@ -223,5 +224,6 @@ int main( int argc, char *argv[] )
 		exit( 1 );
 		break;
 	}
+	TALLOC_FREE(frame);
 	return rc;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list