patch 7.4.1466
Problem: Coverity reports dead code.
Solution: Remove the two lines.
diff --git a/src/channel.c b/src/channel.c
index b6a968b..eb1fbea 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -1602,8 +1602,6 @@
invoke_callback(channel, callback, argv);
}
}
- else if (msg != NULL)
- ch_logs(channel, "Dropping message '%s'", (char *)msg);
else
ch_log(channel, "Dropping message");
diff --git a/src/version.c b/src/version.c
index 9b58329..0a4cf2a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1466,
+/**/
1465,
/**/
1464,