diff options
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 2c45387d8..04a8c35b5 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -128,7 +128,7 @@ struct nlmsg { char* pos; int nesting; struct nlattr* nested[8]; - char buf[1024]; + char buf[4096]; }; static struct nlmsg nlmsg; |
