From 6941ead69b68cc10640befae5b13c0fc238b39a6 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 8 Jul 2019 21:34:54 -0400 Subject: [PATCH] update status when quitting. --- nda.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nda.c b/nda.c index 90af910..b3b8a12 100644 --- a/nda.c +++ b/nda.c @@ -357,6 +357,7 @@ redo: /* expect 221 but doesn't really matter... */ ConnectionClose(&connection); st = st_disconnect; + MarinettiCallback("\pDisconnecting..."); break; } }