gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1796 - GNUnet/src/transports


From: grothoff
Subject: [GNUnet-SVN] r1796 - GNUnet/src/transports
Date: Sat, 20 Aug 2005 13:03:25 -0700 (PDT)

Author: grothoff
Date: 2005-08-20 13:03:24 -0700 (Sat, 20 Aug 2005)
New Revision: 1796

Modified:
   GNUnet/src/transports/ip.c
Log:
fixing part of 887

Modified: GNUnet/src/transports/ip.c
===================================================================
--- GNUnet/src/transports/ip.c  2005-08-20 19:51:06 UTC (rev 1795)
+++ GNUnet/src/transports/ip.c  2005-08-20 20:03:24 UTC (rev 1796)
@@ -108,6 +108,7 @@
     LOG_STRERROR(LOG_ERROR, "socket");
     return SYSERR;
   }
+  memset(ifc, 0, sizeof(struct ifconf));
   ifc.ifc_len = sizeof(ifr);
   ifc.ifc_buf = (char*)𝔦
   





reply via email to

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