gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3352 - GNUnet/src/applications/session


From: grothoff
Subject: [GNUnet-SVN] r3352 - GNUnet/src/applications/session
Date: Mon, 4 Sep 2006 16:16:01 -0700 (PDT)

Author: grothoff
Date: 2006-09-04 16:16:00 -0700 (Mon, 04 Sep 2006)
New Revision: 3352

Modified:
   GNUnet/src/applications/session/connect.c
Log:
dbg

Modified: GNUnet/src/applications/session/connect.c
===================================================================
--- GNUnet/src/applications/session/connect.c   2006-09-04 23:14:47 UTC (rev 
3351)
+++ GNUnet/src/applications/session/connect.c   2006-09-04 23:16:00 UTC (rev 
3352)
@@ -452,12 +452,10 @@
 #endif
   if (stats != NULL)
     stats->change(stat_skeySent, 1);
-  printf("Sending session key via plaintext!\n");
   coreAPI->sendPlaintext(tsession,
                         sendBuffer,
                         size);
   FREE(sendBuffer);
-  printf("Offering TSession to core!\n");
   coreAPI->offerTSessionFor(receiver,
                            tsession);
   coreAPI->assignSessionKey(&sk,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]