From c86a1ef94e9f9f9d41397c878e9059ca0fff8931 Mon Sep 17 00:00:00 2001 From: davidn Date: Sat, 21 Dec 1996 06:21:16 +0000 Subject: Fix a cosmetic bug that has bothered me for ages. :-) kdb_edit will now match the examples in the handbook. --- eBones/usr.sbin/kdb_edit/kdb_edit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eBones') 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) { -- cgit v1.1