move _kadm5_check_handle into *_init.c
authorBarry Jaspan <bjaspan@mit.edu>
Wed, 19 Jun 1996 20:37:11 +0000 (20:37 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Wed, 19 Jun 1996 20:37:11 +0000 (20:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8410 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadm5/api-server-design.tex

index 256da30a1b7edf0f78176b09f3c6251132013e86..8a1ce8ec4adf68cce03789e8a43395a6eda01e47 100644 (file)
@@ -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.