Repond properly to NGM_TEXT_CONFIG messages.
This commit is contained in:
parent
1cbd978e96
commit
e26ebcce25
@ -369,6 +369,7 @@ ngmn_rcvmsg(node_p node, item_p item, hook_p lasthook)
|
||||
if (msg->header.cmd == NGM_TEXT_CONFIG) {
|
||||
ngmn_config(node, s, r);
|
||||
resp->header.arglen = strlen(r) + 1;
|
||||
NG_RESPOND_MSG(i, node, item, resp);
|
||||
FREE(msg, M_NETGRAPH);
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user