aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-09 23:29:47 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-09 23:30:00 +0100
commitd974bae720beaea9223a8729f4e6c88c326c522b (patch)
treed8f9a5dedb46fcd6be7731914d86159fb564c2f8 /src/cadet/gnunet-service-cadet_channel.c
parent4f9169370608dd9c0c125455b651082f5acc7ea6 (diff)
downloadgnunet-d974bae720beaea9223a8729f4e6c88c326c522b.tar.gz
gnunet-d974bae720beaea9223a8729f4e6c88c326c522b.zip
untested fix for #5511
Diffstat (limited to 'src/cadet/gnunet-service-cadet_channel.c')
-rw-r--r--src/cadet/gnunet-service-cadet_channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_channel.c b/src/cadet/gnunet-service-cadet_channel.c
index 25b408a0b..9b434ea68 100644
--- a/src/cadet/gnunet-service-cadet_channel.c
+++ b/src/cadet/gnunet-service-cadet_channel.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -1827,7 +1827,7 @@ GCCH_handle_local_data (struct CadetChannel *ch,
1827 1827
1828 if (ch->pending_messages >= ch->max_pending_messages) 1828 if (ch->pending_messages >= ch->max_pending_messages)
1829 { 1829 {
1830 GNUNET_break (0); 1830 GNUNET_break (0); /* Fails: #5370 */
1831 return GNUNET_SYSERR; 1831 return GNUNET_SYSERR;
1832 } 1832 }
1833 if (GNUNET_YES == ch->destroy) 1833 if (GNUNET_YES == ch->destroy)