gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4291 - GNUnet/src/applications/fs/ecrs


From: grothoff
Subject: [GNUnet-SVN] r4291 - GNUnet/src/applications/fs/ecrs
Date: Thu, 11 Jan 2007 23:06:02 -0800 (PST)

Author: grothoff
Date: 2007-01-11 23:05:59 -0800 (Thu, 11 Jan 2007)
New Revision: 4291

Modified:
   GNUnet/src/applications/fs/ecrs/uri.c
Log:
fx

Modified: GNUnet/src/applications/fs/ecrs/uri.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/uri.c       2007-01-11 17:34:37 UTC (rev 
4290)
+++ GNUnet/src/applications/fs/ecrs/uri.c       2007-01-12 07:05:59 UTC (rev 
4291)
@@ -291,7 +291,7 @@
   ret = MALLOC(n);
   SNPRINTF(ret,
           n,
-          "%s%s%s.%s.%s.%llu.%s.%s.%s.%u.%u.%u.%s",
+          "%s%s%s.%s.%llu.%s.%s.%s.%u.%u.%u.%s",
           ECRS_URI_PREFIX,
           ECRS_LOCATION_INFIX,
           (char*)&keyhash,
@@ -1145,6 +1145,7 @@
     return NULL;
 
   uri = MALLOC(sizeof(struct ECRS_URI));
+  uri->type = loc;
   uri->data.loc.fi = baseUri->data.fi;
   uri->data.loc.peer = *sender;
   uri->data.loc.expirationTime = expirationTime;





reply via email to

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