mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-02 08:13:16 +08:00
PPP, SERVER, MSCHAP: move output message from chap_server.message struct to stack
chap_server.message is only used in one function, moved to stack.
This commit is contained in:
@@ -165,7 +165,6 @@ typedef struct chap_server_state {
|
||||
int challenge_xmits;
|
||||
int challenge_pktlen;
|
||||
unsigned char challenge[CHAL_MAX_PKTLEN];
|
||||
char message[256];
|
||||
} chap_server_state;
|
||||
#endif /* PPP_SERVER */
|
||||
#endif /* CHAP_SUPPORT */
|
||||
|
||||
Reference in New Issue
Block a user