- Fix build with TRACE_MESSAGES defined
- Remove extra parenthesis
This commit is contained in:
parent
b8bf224a0f
commit
c207fe4548
@ -264,8 +264,8 @@ ngc_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr,
|
||||
printf("err=%d\n",error);
|
||||
break;
|
||||
}
|
||||
if (((error) = ng_address_path((pcbp->sockdata->node), (item),
|
||||
(path), (NULL))) == 0) {
|
||||
if ((error = ng_address_path((pcbp->sockdata->node), (item),
|
||||
(path), 0)) == 0) {
|
||||
printf("[%x]:<---------[socket]: c=<%d>cmd=%x(%s) f=%x #%d (%s)\n",
|
||||
item->el_dest->nd_ID,
|
||||
msg->header.typecookie,
|
||||
|
Loading…
Reference in New Issue
Block a user