Adjustments for changed stock_hwaddrtostr.
FossilOrigin-Name: fedbe3101f3e4f63c8b8c181c058b6e3e007af7e23f4a9b5416d6e0d7f0e2c90
This commit is contained in:
parent
362d321e20
commit
73e221b112
@ -63,7 +63,7 @@ int wtpinfo_print(char *str, struct wtpinfo * wtpinfo)
|
|||||||
|
|
||||||
s+=sprintf (s,"\tMAC Adress: ");
|
s+=sprintf (s,"\tMAC Adress: ");
|
||||||
if (wtpinfo->macaddress){
|
if (wtpinfo->macaddress){
|
||||||
sock_hwaddrtostr(wtpinfo->macaddress,wtpinfo->macaddress_len,hstr);
|
sock_hwaddrtostr(wtpinfo->macaddress,wtpinfo->macaddress_len,hstr,":");
|
||||||
s+=sprintf(s,"%s\n",hstr);
|
s+=sprintf(s,"%s\n",hstr);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user