gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2571 - GNUnet/src/applications/gap


From: durner
Subject: [GNUnet-SVN] r2571 - GNUnet/src/applications/gap
Date: Tue, 21 Mar 2006 09:23:28 -0800 (PST)

Author: durner
Date: 2006-03-21 09:23:25 -0800 (Tue, 21 Mar 2006)
New Revision: 2571

Modified:
   GNUnet/src/applications/gap/gap.c
Log:
fix

Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c   2006-03-21 16:59:05 UTC (rev 2570)
+++ GNUnet/src/applications/gap/gap.c   2006-03-21 17:23:25 UTC (rev 2571)
@@ -1546,7 +1546,7 @@
     EncName enc;
     
     if (hostId != NULL)
-      hash2enc(&hostId->hashPubKey, &enc)
+      hash2enc(&hostId->hashPubKey, &enc);
     LOG(LOG_ERROR,
       _("GAP received invalid content from `%s'\n"),
       (hostId != NULL) ? (const char*)&enc : _("myself"));





reply via email to

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