mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Minor changes (tabs)
This commit is contained in:
@@ -357,7 +357,7 @@ auth_peer_success(int unit, u16_t protocol, char *name, int namelen)
|
||||
*/
|
||||
if (namelen > sizeof(peer_authname) - 1) {
|
||||
namelen = sizeof(peer_authname) - 1;
|
||||
}
|
||||
}
|
||||
BCOPY(name, peer_authname, namelen);
|
||||
peer_authname[namelen] = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user