[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r15686 - gnunet/src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r15686 - gnunet/src/transport |
Date: |
Fri, 17 Jun 2011 11:08:40 +0200 |
Author: grothoff
Date: 2011-06-17 11:08:40 +0200 (Fri, 17 Jun 2011)
New Revision: 15686
Modified:
gnunet/src/transport/transport_api_new.c
Log:
die harder
Modified: gnunet/src/transport/transport_api_new.c
===================================================================
--- gnunet/src/transport/transport_api_new.c 2011-06-17 09:05:34 UTC (rev
15685)
+++ gnunet/src/transport/transport_api_new.c 2011-06-17 09:08:40 UTC (rev
15686)
@@ -1398,13 +1398,13 @@
{
/* use GNUNET_TRANSPORT_try_connect first, only use this function
once a connection has been established */
- GNUNET_break (0);
+ GNUNET_assert (0);
return NULL;
}
if (NULL != n->th)
{
/* attempt to send two messages at the same time to the same peer */
- GNUNET_break (0);
+ GNUNET_assert (0);
return NULL;
}
GNUNET_assert (NULL == n->hn);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r15686 - gnunet/src/transport,
gnunet <=