| 1101 |
/* Now compute return address, i.e., the path to the sender */ |
1101 |
/* Now compute return address, i.e., the path to the sender */ |
| 1103 |
MALLOC(*rtnp, char *, NG_NODELEN + 2, M_NETGRAPH, M_WAITOK); |
1103 |
MALLOC(*rtnp, char *, NG_NODELEN + 2, M_NETGRAPH, M_NOWAIT); |