The branch, master has been updated via c4b3c9e... smbd: Fix build warning from 7eaa15a... s3-dcerpc: Add sign/seal with gssapi
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit c4b3c9ec0f2efa937529160999f7e44bcad3591f Author: Simo Sorce <i...@samba.org> Date: Wed Jul 28 12:44:37 2010 -0400 smbd: Fix build warning ----------------------------------------------------------------------- Summary of changes: source3/smbd/process.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/smbd/process.c b/source3/smbd/process.c index d91c07e..b867ba1 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2857,7 +2857,7 @@ fail: return false; } -static bool spoolss_init_cb(void) +static bool spoolss_init_cb(void *ptr) { return nt_printing_tdb_migrate(); } -- Samba Shared Repository