mcst-linux-kernel/patches-2024.06.26/inetutils-1.9.4/0001-Change-0-to-NULL.patch

12 lines
269 B
Diff

--- 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;
}