From: Barry Jaspan Date: Wed, 19 Jun 1996 20:37:11 +0000 (+0000) Subject: move _kadm5_check_handle into *_init.c X-Git-Tag: krb5-1.0-beta7~338 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=39ec8a24bf1c347d5911e5b31d380e07d8889c36;p=krb5.git move _kadm5_check_handle into *_init.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8410 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/kadm5/api-server-design.tex b/doc/kadm5/api-server-design.tex index 256da30a1..8a1ce8ec4 100644 --- a/doc/kadm5/api-server-design.tex +++ b/doc/kadm5/api-server-design.tex @@ -123,7 +123,7 @@ including all of the kadm5_free functions and kadm5_chpass_principal_util. The _KADM5_CHECK_HANDLE macro solves this problem; instead of inlining the handle check, it calls the function _kadm5_check_handle which is defined separately in both the -client and server library, in client_handle.c and server_handle.c. +client and server library, in client_init.c and server_init.c. Since these two files are only compiled once and put in a single library, they simply verify the handle they are passed with CHECK_HANDLE and return the result.