diff options
Diffstat (limited to 'src/pt/gnunet-daemon-pt.c')
-rw-r--r-- | src/pt/gnunet-daemon-pt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pt/gnunet-daemon-pt.c b/src/pt/gnunet-daemon-pt.c index 6375406d96..166f9df1dc 100644 --- a/src/pt/gnunet-daemon-pt.c +++ b/src/pt/gnunet-daemon-pt.c @@ -352,8 +352,7 @@ try_open_exit () pos, &pos->peer, GNUNET_APPLICATION_TYPE_INTERNET_RESOLVER, - GNUNET_YES /* no buffer */, - GNUNET_NO /* reliable */); + GNUNET_MESH_OPTION_DEFAULT); if (NULL == pos->mesh_channel) { GNUNET_break (0); |