From 9b9c06b091065b2233c7c286b1e3fff47a664f61 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 5 Oct 2000 17:39:01 +0000 Subject: [PATCH] It may happen so that the local talk daemon is not running. Let the user know... --- usr.bin/talk/invite.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index f941c8dde78d..1fdec29c54aa 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -166,6 +166,7 @@ announce_invite() quit(); } /* leave the actual invitation on my talk daemon */ + current_state = "Trying to connect to local talk daemon"; ctl_transact(my_machine_addr, msg, LEAVE_INVITE, &response); local_id = response.id_num; }