update status when quitting.

This commit is contained in:
Kelvin Sherlock 2019-07-08 21:34:54 -04:00
parent 725c8b7126
commit 6941ead69b
1 changed files with 1 additions and 0 deletions

1
nda.c
View File

@ -357,6 +357,7 @@ redo:
/* expect 221 but doesn't really matter... */
ConnectionClose(&connection);
st = st_disconnect;
MarinettiCallback("\pDisconnecting...");
break;
}
}