summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1996-12-21 06:21:16 +0000
committerdavidn <davidn@FreeBSD.org>1996-12-21 06:21:16 +0000
commitc86a1ef94e9f9f9d41397c878e9059ca0fff8931 (patch)
tree5961bf5b9584c11e2154582876f717fe65f1ae43 /eBones
parent8b70a73ddfff7053ba730857c4bf22bc2d08a87d (diff)
downloadFreeBSD-src-c86a1ef94e9f9f9d41397c878e9059ca0fff8931.zip
FreeBSD-src-c86a1ef94e9f9f9d41397c878e9059ca0fff8931.tar.gz
Fix a cosmetic bug that has bothered me for ages. :-)
kdb_edit will now match the examples in the handbook.
Diffstat (limited to 'eBones')
-rw-r--r--eBones/usr.sbin/kdb_edit/kdb_edit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/eBones/usr.sbin/kdb_edit/kdb_edit.c b/eBones/usr.sbin/kdb_edit/kdb_edit.c
index eadbcf5..d67321c 100644
--- a/eBones/usr.sbin/kdb_edit/kdb_edit.c
+++ b/eBones/usr.sbin/kdb_edit/kdb_edit.c
@@ -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) {
OpenPOWER on IntegriCloud