Skip to content

Commit

Permalink
* FIX [nng_proxy] fix #1770
Browse files Browse the repository at this point in the history
  • Loading branch information
JaylinYu committed May 10, 2024
1 parent 4633a8f commit 824b057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanomq_cli/nng_proxy.c
Expand Up @@ -305,7 +305,7 @@ intarg(const char *val, int maxv)
int
nng_client_parse_opts(int argc, char **argv, nng_proxy_opts *nng_opts)
{
int idx = 1;
int idx = 2;
char * arg;
int val;
int rv;
Expand Down

0 comments on commit 824b057

Please sign in to comment.