projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update changelog.
[l2tpns.git]
/
nsctl.c
diff --git
a/nsctl.c
b/nsctl.c
index
057edfa
..
59ad0c6
100644
(file)
--- a/
nsctl.c
+++ b/
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;