fixed argument processing bug
This commit is contained in:
@@ -121,7 +121,7 @@ static int iterenv_cb(void *null, int num, char **key, char **value)
|
|||||||
*key = NULL;
|
*key = NULL;
|
||||||
*value = NULL;
|
*value = NULL;
|
||||||
|
|
||||||
if (num > req_env_len)
|
if (num < req_env_len)
|
||||||
{
|
{
|
||||||
char *eq;
|
char *eq;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user