[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Thu Nov 5 02:46:13 MST 2009


The branch, master has been updated
       via  a10b522... s4:kdc: remove unused struct kpasswd_socket
      from  dde1c42... s3: Fix kerberos refresh chain.

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


- Log -----------------------------------------------------------------
commit a10b522a0a5cc32cf535beb48f5bbe096a8e85de
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Nov 4 19:22:24 2009 +0100

    s4:kdc: remove unused struct kpasswd_socket
    
    metze

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

Summary of changes:
 source4/kdc/kpasswdd.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c
index afbf023..d396591 100644
--- a/source4/kdc/kpasswdd.c
+++ b/source4/kdc/kpasswdd.c
@@ -43,16 +43,6 @@
 #include "heimdal_build/kpasswdd-glue.h"
 #endif
 
-/* hold information about one kdc socket */
-struct kpasswd_socket {
-	struct socket_context *sock;
-	struct kdc_server *kdc;
-	struct tevent_fd *fde;
-
-	/* a queue of outgoing replies that have been deferred */
-	struct kdc_reply *send_queue;
-};
-
 /* Return true if there is a valid error packet formed in the error_blob */
 static bool kpasswdd_make_error_reply(struct kdc_server *kdc, 
 				     TALLOC_CTX *mem_ctx, 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list