summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1996-06-19 20:37:11 +0000
committerBarry Jaspan <bjaspan@mit.edu>1996-06-19 20:37:11 +0000
commit39ec8a24bf1c347d5911e5b31d380e07d8889c36 (patch)
tree1f76af88f47ce3bd1a7101e842f9b19926fb5799
parentdfeaff055f6829a85f17d50f9a5e5d808dea9149 (diff)
downloadkrb5-39ec8a24bf1c347d5911e5b31d380e07d8889c36.tar.gz
krb5-39ec8a24bf1c347d5911e5b31d380e07d8889c36.tar.xz
krb5-39ec8a24bf1c347d5911e5b31d380e07d8889c36.zip
move _kadm5_check_handle into *_init.c
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8410 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/kadm5/api-server-design.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kadm5/api-server-design.tex b/doc/kadm5/api-server-design.tex
index 256da30a1b..8a1ce8ec4a 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.