|
--- a/telnet/commands.c 2015-03-31 18:40:50.000000000 +0300
|
|
+++ b/telnet/commands.c 2020-02-11 19:46:17.766756157 +0300
|
|
@@ -1652,7 +1652,7 @@
|
|
int
|
|
quit (void)
|
|
{
|
|
- call (bye, "bye", "fromquit", 0);
|
|
+ call (bye, "bye", "fromquit", NULL);
|
|
Exit (0);
|
|
return 0;
|
|
}
|