mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
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:
parent
21393d8c5e
commit
4b9c955c6c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20736
@ -8,7 +8,7 @@
|
|||||||
* i.e., users or services.
|
* i.e., users or services.
|
||||||
*
|
*
|
||||||
* from: kdb_edit.c,v 4.2 90/01/09 16:05:09 raeburn Exp $
|
* 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
|
#if 0
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] =
|
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 lint
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -243,6 +243,7 @@ change_principal()
|
|||||||
"\nPrincipal: %s, Instance: %s, kdc_key_ver: %d",
|
"\nPrincipal: %s, Instance: %s, kdc_key_ver: %d",
|
||||||
principal_data[i].name, principal_data[i].instance,
|
principal_data[i].name, principal_data[i].instance,
|
||||||
principal_data[i].kdc_key_ver);
|
principal_data[i].kdc_key_ver);
|
||||||
|
fflush(stdout);
|
||||||
editpw = 1;
|
editpw = 1;
|
||||||
changed = 0;
|
changed = 0;
|
||||||
if (!creating) {
|
if (!creating) {
|
||||||
|
Loading…
Reference in New Issue
Block a user