From a10b522a0a5cc32cf535beb48f5bbe096a8e85de Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 4 Nov 2009 19:22:24 +0100 Subject: s4:kdc: remove unused struct kpasswd_socket metze --- source4/kdc/kpasswdd.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source4/kdc') diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c index afbf023591..d396591290 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, -- cgit