summaryrefslogtreecommitdiff
path: root/source4/kdc/kpasswdd.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-11-04 19:22:24 +0100
committerStefan Metzmacher <metze@samba.org>2009-11-05 09:55:11 +0100
commita10b522a0a5cc32cf535beb48f5bbe096a8e85de (patch)
tree9f90454d94f5031d6a7c8a1e119fa95af8cf7581 /source4/kdc/kpasswdd.c
parentdde1c420037bfea48741ba1f600c047cca788a21 (diff)
downloadsamba-a10b522a0a5cc32cf535beb48f5bbe096a8e85de.tar.gz
samba-a10b522a0a5cc32cf535beb48f5bbe096a8e85de.tar.bz2
samba-a10b522a0a5cc32cf535beb48f5bbe096a8e85de.zip
s4:kdc: remove unused struct kpasswd_socket
metze
Diffstat (limited to 'source4/kdc/kpasswdd.c')
-rw-r--r--source4/kdc/kpasswdd.c10
1 files changed, 0 insertions, 10 deletions
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,