Adjustments for changed stock_hwaddrtostr.

FossilOrigin-Name: fedbe3101f3e4f63c8b8c181c058b6e3e007af7e23f4a9b5416d6e0d7f0e2c90
This commit is contained in:
7u83@mail.ru 2014-07-22 05:08:22 +00:00
parent 362d321e20
commit 73e221b112
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ int wtpinfo_print(char *str, struct wtpinfo * wtpinfo)
s+=sprintf (s,"\tMAC Adress: ");
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);
}