aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-13 01:46:55 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 01:46:55 +0100
commite4186e9327787fe463ab4571186672888df09e39 (patch)
tree83aee49d170aee9a7c5bc4facc712081b547adbc /src/pt
parent91abbcffa03d4f87d4c899ec396c9213e9dc6e18 (diff)
downloadgnunet-e4186e9327787fe463ab4571186672888df09e39.tar.gz
gnunet-e4186e9327787fe463ab4571186672888df09e39.zip
renaming CADET APIs to match naming conventions again, now that the old symbols have been purged
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/gnunet-daemon-pt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pt/gnunet-daemon-pt.c b/src/pt/gnunet-daemon-pt.c
index 9bd1fb16b..295082c0e 100644
--- a/src/pt/gnunet-daemon-pt.c
+++ b/src/pt/gnunet-daemon-pt.c
@@ -1084,7 +1084,7 @@ try_open_exit ()
1084 1084
1085 /* move to the head of the DLL */ 1085 /* move to the head of the DLL */
1086 pos->cadet_channel 1086 pos->cadet_channel
1087 = GNUNET_CADET_channel_creatE (cadet_handle, 1087 = GNUNET_CADET_channel_create (cadet_handle,
1088 pos, 1088 pos,
1089 &pos->peer, 1089 &pos->peer,
1090 &port, 1090 &port,
@@ -1246,7 +1246,7 @@ run (void *cls, char *const *args GNUNET_UNUSED,
1246 GNUNET_SCHEDULER_shutdown (); 1246 GNUNET_SCHEDULER_shutdown ();
1247 return; 1247 return;
1248 } 1248 }
1249 cadet_handle = GNUNET_CADET_connecT (cfg); 1249 cadet_handle = GNUNET_CADET_connect (cfg);
1250 if (NULL == cadet_handle) 1250 if (NULL == cadet_handle)
1251 { 1251 {
1252 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1252 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,