Oops. I left in some debug noise.
This commit is contained in:
parent
20a69a77d2
commit
15649c11f3
1
hush.c
1
hush.c
@ -1632,7 +1632,6 @@ static int set_local_var(const char *s)
|
||||
}
|
||||
*value='\0';
|
||||
++value;
|
||||
printf("name='%s' and value='%s'\n",name, value);
|
||||
|
||||
namelen = strlen (name);
|
||||
vallen = strlen (value);
|
||||
|
@ -1632,7 +1632,6 @@ static int set_local_var(const char *s)
|
||||
}
|
||||
*value='\0';
|
||||
++value;
|
||||
printf("name='%s' and value='%s'\n",name, value);
|
||||
|
||||
namelen = strlen (name);
|
||||
vallen = strlen (value);
|
||||
|
Loading…
Reference in New Issue
Block a user