Author: durner
Date: 2005-10-04 10:39:45 -0700 (Tue, 04 Oct 2005)
New Revision: 2161
Modified:
GNUnet/src/server/connection.c
Log:
Modified: GNUnet/src/server/connection.c
===================================================================
--- GNUnet/src/server/connection.c 2005-10-04 17:24:59 UTC (rev 2160)
+++ GNUnet/src/server/connection.c 2005-10-04 17:39:45 UTC (rev 2161)
@@ -1022,8 +1022,7 @@
expired = cronTime(&be->lastSendAttempt) - SECONDS_PINGATTEMPT * cronSECONDS;
#if DEBUG_CONNECTION
LOG(LOG_DEBUG,
- "policy prevents sending message (priority too low: %d)\n",
- priority);
+ "policy prevents sending message\n");
#endif
l = getCPULoad();
@@ -2291,7 +2290,7 @@
dst = skey;
for (idx=0; idx < SESSIONKEY_LEN; idx++) {
- sprintf(dst, "%02x", be->skey_remote[idx]);
+ sprintf(dst, "%02x", be->skey_remote.key[idx]);
dst += 2;
}
*dst = 0;
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn