Welcome! Log In Create A New Profile

Advanced

[njs] Fixed accumulative flag in CLI file mode.

Dmitry Volyntsev
November 07, 2018 10:42AM
details: http://hg.nginx.org/njs/rev/f174a6ad9c3c
branches:
changeset: 640:f174a6ad9c3c
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Wed Nov 07 18:41:25 2018 +0300
description:
Fixed accumulative flag in CLI file mode.

diffstat:

njs/njs_shell.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0372810c0d98 -r f174a6ad9c3c njs/njs_shell.c
--- a/njs/njs_shell.c Tue Nov 06 20:57:53 2018 +0300
+++ b/njs/njs_shell.c Wed Nov 07 18:41:25 2018 +0300
@@ -145,7 +145,7 @@ main(int argc, char **argv)

nxt_memzero(&vm_options, sizeof(njs_vm_opt_t));

- vm_options.accumulative = 1;
+ vm_options.accumulative = opts.interactive;
vm_options.backtrace = 1;
vm_options.sandbox = opts.sandbox;

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Fixed accumulative flag in CLI file mode.

Dmitry Volyntsev 259 November 07, 2018 10:42AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 294
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready