- Replace flags used for LCP/IPCP with state machine.
- Use openssl MD5, fix DAE vector (Alex Kiernan).
This commit is contained in:
parent
17b2ce31a6
commit
afc8f4c6c0
27 changed files with 1399 additions and 1120 deletions
2
nsctl.c
2
nsctl.c
|
|
@ -141,7 +141,7 @@ static struct nsctl *request(char *host, int port, int type, int argc, char *arg
|
|||
socklen_t len = sizeof(peer);
|
||||
struct hostent *h = gethostbyname(host);
|
||||
int fd;
|
||||
char buf[NSCTL_MAX_PKT_SZ];
|
||||
uint8_t buf[NSCTL_MAX_PKT_SZ];
|
||||
int sz;
|
||||
char *err;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue