* FIX [nng_proxy] fix #1770

This commit is contained in:
jaylin
2024-05-09 14:50:02 +08:00
committed by Jaylin
parent 4633a8f9b5
commit 824b05719e

View File

@ -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;