Fixed IP Address display.
FossilOrigin-Name: f02d9aed44b75fea91d9f860a1b24f06ca031bccae892681b577445fb1da3fad
This commit is contained in:
parent
d26132dea1
commit
5795f96af7
@ -23,7 +23,7 @@ int cw_in_check_disc_req(struct conn *conn, struct cw_action_in *a, uint8_t * da
|
|||||||
mode send no discovery response */
|
mode send no discovery response */
|
||||||
cw_dbg(DBG_MSG_ERR,
|
cw_dbg(DBG_MSG_ERR,
|
||||||
"Ignoring Discovery Request from %s - missing mandatory elements.",
|
"Ignoring Discovery Request from %s - missing mandatory elements.",
|
||||||
sock_addr2str(&conn->addr));
|
sock_addr2str(from));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ int cw_in_check_disc_resp(struct conn *conn, struct cw_action_in *a, uint8_t * d
|
|||||||
cw_dbg_missing_mand(DBG_MSG_ERR, conn, mlist, n, a);
|
cw_dbg_missing_mand(DBG_MSG_ERR, conn, mlist, n, a);
|
||||||
cw_dbg(DBG_MSG_ERR,
|
cw_dbg(DBG_MSG_ERR,
|
||||||
"Ignoring Discovery Response from %s - missing mandatory elements.",
|
"Ignoring Discovery Response from %s - missing mandatory elements.",
|
||||||
sock_addr2str(&conn->addr));
|
sock_addr2str(from));
|
||||||
errno = EAGAIN;
|
errno = EAGAIN;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user