ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
+# PREFIX = valgrind
+
# Do we introduce artificial delays? (may improve anonymity)
DELAY = YES
# well anyway, so better have a moderate cap.
MAX_CADET_CLIENTS = 128
+PREFIX = valgrind
[gnunet-auto-share]
BINARY = gnunet-auto-share
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Affero General Public License for more details.
-
+
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"Timeout on cadet channel to %s\n",
GNUNET_i2s (&mh->target));
if (NULL != mh->channel)
- GNUNET_CADET_channel_destroy (mh->channel);
+ {
+ struct GNUNET_CADET_Channel *channel = mh->channel;
+
+ mh->channel = NULL;
+ GNUNET_CADET_channel_destroy (channel);
+ }
return GNUNET_YES;
}