gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r4071 - GNUnet/src/applications/session
Date: Tue, 26 Dec 2006 23:10:27 -0800 (PST)

Author: grothoff
Date: 2006-12-26 23:10:25 -0800 (Tue, 26 Dec 2006)
New Revision: 4071

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

Modified: GNUnet/src/applications/session/connect.c
===================================================================
--- GNUnet/src/applications/session/connect.c   2006-12-27 07:09:22 UTC (rev 
4070)
+++ GNUnet/src/applications/session/connect.c   2006-12-27 07:10:25 UTC (rev 
4071)
@@ -333,7 +333,8 @@
         printSKEY(sk),
         size,
         ping != NULL ? "ping":"",
-        pong != NULL ? "pong":"");
+        pong != NULL ? "pong":"",
+        &enc);
 #endif
   if (SYSERR == encryptPrivateKey(sk,
                                  sizeof(SESSIONKEY),





reply via email to

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