diff options
Diffstat (limited to 'proto-shell.c')
-rw-r--r-- | proto-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto-shell.c b/proto-shell.c index c2a6d00..3b5311c 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -332,8 +332,8 @@ out: static int proto_shell_run_command(struct proto_shell_state *state, struct blob_attr **tb) { - char *argv[64]; - char *env[32]; + static char *argv[64]; + static char *env[32]; if (!tb[NOTIFY_COMMAND]) goto error; |