gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15757 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r15757 - gnunet/src/fs
Date: Thu, 23 Jun 2011 12:14:26 +0200

Author: grothoff
Date: 2011-06-23 12:14:26 +0200 (Thu, 23 Jun 2011)
New Revision: 15757

Modified:
   gnunet/src/fs/gnunet-service-fs_cp.c
Log:
fixing 1720

Modified: gnunet/src/fs/gnunet-service-fs_cp.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_cp.c        2011-06-23 10:12:00 UTC (rev 
15756)
+++ gnunet/src/fs/gnunet-service-fs_cp.c        2011-06-23 10:14:26 UTC (rev 
15757)
@@ -686,6 +686,7 @@
 struct GSF_ConnectedPeer *
 GSF_peer_get_ (const struct GNUNET_PeerIdentity *peer)
 {
+  if (NULL == cp_map) return NULL;
   return GNUNET_CONTAINER_multihashmap_get (cp_map,
                                            &peer->hashPubKey);
 }




reply via email to

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