From: Alexandra Ellwood Date: Tue, 2 Sep 2003 15:43:10 +0000 (+0000) Subject: Fixed comment (part of adding Apple Password Server support) X-Git-Tag: krb5-1.4-beta1~745 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4a331880b148309c8922c6cd0bfae39199679a9;p=krb5.git 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 --- 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,