[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Jan 28 03:52:02 MST 2013


The branch, master has been updated
       via  155fdc4 smbcontrol: Fix undefined serverid_traverse_read warning
       via  dd9ed7b smbcontrol: Fix the build with libunwind
      from  bb3238b s4:service_task: add missing imessaging_cleanup() to task_server_terminate()

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


- Log -----------------------------------------------------------------
commit 155fdc405ada674146afe577aa7228f6144d34b1
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jan 27 17:24:49 2013 +0100

    smbcontrol: Fix undefined serverid_traverse_read warning
    
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Mon Jan 28 11:51:12 CET 2013 on sn-devel-104

commit dd9ed7bef4040e2f87baa3bf7133675aca995980
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jan 27 17:24:31 2013 +0100

    smbcontrol: Fix the build with libunwind
    
    Reviewed-by: Andreas Schneider <asn at samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c
index ac13dc4..0e4a8cc 100644
--- a/source3/utils/smbcontrol.c
+++ b/source3/utils/smbcontrol.c
@@ -33,6 +33,7 @@
 #include "messages.h"
 #include "util_tdb.h"
 #include "../lib/util/pidfile.h"
+#include "serverid.h"
 
 #if HAVE_LIBUNWIND_H
 #include <libunwind.h>
@@ -327,7 +328,7 @@ static int stack_trace_server(const struct server_id *id,
 			      void *priv)
 {
 	if (id->vnn == get_my_vnn()) {
-		print_stack_trace(procid_to_pid(&id->pid), (int *)priv);
+		print_stack_trace(procid_to_pid(id), (int *)priv);
 	}
 	return 0;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list