diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-18 11:24:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:41 -0500 |
commit | c0e37a74963ae942ed48431bd2ea353ebad256ff (patch) | |
tree | a666b7e2b9eb57e1b52cb668d538f7bb1b9c288c /source3/include/auth.h | |
parent | 7c2bc9c07083e7035028cf22e97e0c31b3e9d6a5 (diff) | |
download | samba-c0e37a74963ae942ed48431bd2ea353ebad256ff.tar.gz |
r21870: Move sending auth_server keepalives out of the main loop into an idle event.
Volker
(This used to be commit 6226b30f38cd82531422815ba66a687aab50028d)
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r-- | source3/include/auth.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index de75ff68f6..4e7eb469ba 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -115,12 +115,6 @@ typedef struct auth_methods /* Used to keep tabs on things like the cli for SMB server authentication */ void *private_data; - - /* Function to clean up the above arbitary structure */ - void (*free_private_data)(void **private_data); - - /* Function to send a keepalive message on the above structure */ - void (*send_keepalive)(void **private_data); } auth_methods; |