The branch, master has been updated
via 3d2c9ea... s4:kdc/hdb-samba4 - Remove unused variable
from e2c84f6... Change RAW-STREAMS for s3 to allow rename over an
existing stream, we need to file a CAR to find out why Windows gives
INVALID_PARAMETER for this. Jeremy.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 3d2c9ea4578f65d629eb456a59204407c8d3d639
Author: Matthias Dieter Wallnöfer <[email protected]>
Date: Fri Oct 30 12:13:26 2009 +0100
s4:kdc/hdb-samba4 - Remove unused variable
-----------------------------------------------------------------------
Summary of changes:
source4/kdc/hdb-samba4.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/kdc/hdb-samba4.c b/source4/kdc/hdb-samba4.c
index 5fef590..12f3544 100644
--- a/source4/kdc/hdb-samba4.c
+++ b/source4/kdc/hdb-samba4.c
@@ -1584,7 +1584,6 @@ NTSTATUS hdb_samba4_create_kdc(TALLOC_CTX *mem_ctx,
struct loadparm_context *lp_ctx,
krb5_context context, struct HDB **db)
{
- NTSTATUS nt_status;
struct auth_session_info *session_info;
*db = talloc(mem_ctx, HDB);
if (!*db) {
--
Samba Shared Repository