From ec826f40b2ed264f9090fabcb652a21169e0672b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 4 May 1997 04:17:44 +0000 Subject: [PATCH] inst fix git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1657 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index b98d38135..c933e5427 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -440,7 +440,7 @@ post_prompt_box(Window window) snprintf (s, sizeof(s), "User: %s%s%s@%s", name, inst[0] ? "." : "", - inst ? inst : "", + inst[0] ? inst : "", realm); /* erase current guy -- text message may still exist */