View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001675 | GNUnet | other | public | 2011-04-14 07:07 | 2011-04-27 16:18 |
| Reporter | ixmatus | Assigned To | Bart Polot | ||
| Priority | normal | Severity | block | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Summary | 0001675: Make errors during compilation of gnunet-service-mesh | ||||
| Description | Making all in mesh CC gnunet-service-mesh.o gnunet-service-mesh.c: In function | ||||
| Additional Information | This fix worked for me: Index: gnunet-service-mesh.c =================================================================== --- gnunet-service-mesh.c (revision 14976) +++ gnunet-service-mesh.c (working copy) @@ -671,7 +671,7 @@ } } /* FIXME: calloc? is NULL != 0 on any platform? */ - t = GNUNET_malloc(sizeof(MESH_tunnel)); + t = GNUNET_malloc(sizeof(struct MESH_tunnel)); t->tid = ntohl(tunnel_msg->tunnel_id); /* FIXME: t->oid = selfid;*/ t->peers_ready = 0; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-04-14 07:07 | ixmatus | New Issue | |
| 2011-04-14 07:09 | ixmatus | Note Added: 0004307 | |
| 2011-04-16 21:24 | Christian Grothoff | Status | new => resolved |
| 2011-04-16 21:24 | Christian Grothoff | Resolution | open => fixed |
| 2011-04-16 21:24 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2011-04-16 21:24 | Christian Grothoff | Assigned To | Christian Grothoff => Bart Polot |
| 2011-04-27 16:18 | Christian Grothoff | Status | resolved => closed |