diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-11-04 19:22:24 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-11-05 09:55:11 +0100 |
commit | a10b522a0a5cc32cf535beb48f5bbe096a8e85de (patch) | |
tree | 9f90454d94f5031d6a7c8a1e119fa95af8cf7581 /source4/kdc | |
parent | dde1c420037bfea48741ba1f600c047cca788a21 (diff) | |
download | samba-a10b522a0a5cc32cf535beb48f5bbe096a8e85de.tar.gz |
s4:kdc: remove unused struct kpasswd_socket
metze
Diffstat (limited to 'source4/kdc')
-rw-r--r-- | source4/kdc/kpasswdd.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c index afbf023591e..d3965912908 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, |