Fixed comment (part of adding Apple Password Server support)
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 2 Sep 2003 15:43:10 +0000 (15:43 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Tue, 2 Sep 2003 15:43:10 +0000 (15:43 +0000)
ticket: 1799

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15804 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm5/srv/svr_principal.c

index 1255e387b6a5fc144405a864fd10824a72333435..b988b5ea08953e4192a051a88a1247acd9ee1e3e 100644 (file)
@@ -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,