Minor changes (tabs)

This commit is contained in:
fbernon
2007-12-03 21:44:51 +00:00
parent 22f51f953b
commit 3f96a15fd4
3 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -28,7 +28,7 @@
* 03-01-01 Marc Boucher <marc@mbsi.ca>
* Ported to lwIP.
* 97-12-04 Guy Lancaster <lancasterg@acm.org>, Global Election Systems Inc.
* Original based on BSD magic.c.
* Original based on BSD magic.c.
*****************************************************************************/
/*
* magic.c - PPP Magic Number routines.