diff options
Diffstat (limited to 'utils/fakeauth.c')
-rw-r--r-- | utils/fakeauth.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/utils/fakeauth.c b/utils/fakeauth.c index 660295f9..590a421a 100644 --- a/utils/fakeauth.c +++ b/utils/fakeauth.c @@ -30,6 +30,8 @@ #include "auth_request_U.h" #include "interrupt_S.h" +#include "../auth/auth.h" + /* Auth handles are server ports with sets of ids. */ struct authhandle { @@ -63,14 +65,6 @@ destroy_authhandle (void *p) idvec_free_contents (&h->auids); idvec_free_contents (&h->agids); } - -/* Called by server stub functions. */ - -authhandle_t -auth_port_to_handle (auth_t auth) -{ - return ports_lookup_port (auth_bucket, auth, authhandle_portclass); -} /* id management. */ |