summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/msg.c')
-rw-r--r--usr.sbin/ngctl/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/msg.c b/usr.sbin/ngctl/msg.c
index 4ae5171..50843ae 100644
--- a/usr.sbin/ngctl/msg.c
+++ b/usr.sbin/ngctl/msg.c
@@ -112,7 +112,7 @@ MsgRead()
u_char buf[2 * sizeof(struct ng_mesg) + BUF_SIZE];
struct ng_mesg *const m = (struct ng_mesg *)buf;
struct ng_mesg *const ascii = (struct ng_mesg *)m->data;
- char path[NG_PATHLEN+1];
+ char path[NG_PATHSIZ];
/* Get incoming message (in binary form) */
if (NgRecvMsg(csock, m, sizeof(buf), path) < 0) {
OpenPOWER on IntegriCloud