From 39ec8a24bf1c347d5911e5b31d380e07d8889c36 Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Wed, 19 Jun 1996 20:37:11 +0000 Subject: [PATCH] move _kadm5_check_handle into *_init.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8410 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadm5/api-server-design.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.26.2