From f4a331880b148309c8922c6cd0bfae39199679a9 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Tue, 2 Sep 2003 15:43:10 +0000 Subject: [PATCH] Fixed comment (part of adding Apple Password Server support) ticket: 1799 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15804 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/kadm5/srv/svr_principal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/kadm5/srv/svr_principal.c b/src/lib/kadm5/srv/svr_principal.c index 1255e387b..b988b5ea0 100644 --- a/src/lib/kadm5/srv/svr_principal.c +++ b/src/lib/kadm5/srv/svr_principal.c @@ -1089,8 +1089,7 @@ kadm5_set_use_password_server (void) * kadm5_launch_task () runs a program (task_path) to synchronize the * Apple password server with the Kerberos database. Password server * programs can receive arguments on the command line (task_argv) - * and a block of data via stdin (data_buffer). On success, they - * return one of the result codes listed in success_codes. + * and a block of data via stdin (data_buffer). * * Because a failure to communicate with the tool results in the * password server falling out of sync with the database, -- 2.26.2