Fix a cosmetic bug that has bothered me for ages. :-)

kdb_edit will now match the examples in the handbook.
This commit is contained in:
David Nugent 1996-12-21 06:21:16 +00:00
parent 21393d8c5e
commit 4b9c955c6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20736

View File

@ -8,7 +8,7 @@
* i.e., users or services.
*
* from: kdb_edit.c,v 4.2 90/01/09 16:05:09 raeburn Exp $
* $Id: kdb_edit.c,v 1.5 1995/09/07 21:37:17 markm Exp $
* $Id: kdb_edit.c,v 1.6 1996/02/21 21:39:57 ache Exp $
*/
/*
@ -18,7 +18,7 @@
#if 0
#ifndef lint
static char rcsid[] =
"$Id: kdb_edit.c,v 1.5 1995/09/07 21:37:17 markm Exp $";
"$Id: kdb_edit.c,v 1.6 1996/02/21 21:39:57 ache Exp $";
#endif lint
#endif
@ -243,6 +243,7 @@ change_principal()
"\nPrincipal: %s, Instance: %s, kdc_key_ver: %d",
principal_data[i].name, principal_data[i].instance,
principal_data[i].kdc_key_ver);
fflush(stdout);
editpw = 1;
changed = 0;
if (!creating) {